aboutsummaryrefslogtreecommitdiff
path: root/hid-tminit.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2020-11-02 21:16:49 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2020-11-02 21:16:49 +0200
commit6a7ab83543e4f4e10740015ecdcc2c44d51fdca8 (patch)
tree13220d3d322e380f867afdea9f3f2808c67206fb /hid-tminit.c
parenta1f8db1a34227007ed2b1918081aea4d20fa9d96 (diff)
downloadhid-tmff2-6a7ab83543e4f4e10740015ecdcc2c44d51fdca8.tar.gz
hid-tmff2-6a7ab83543e4f4e10740015ecdcc2c44d51fdca8.zip
Added mysterious control out
Diffstat (limited to 'hid-tminit.c')
-rw-r--r--hid-tminit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hid-tminit.c b/hid-tminit.c
index 1c414cd..73c1283 100644
--- a/hid-tminit.c
+++ b/hid-tminit.c
@@ -63,11 +63,12 @@ void tminit_controls(struct hid_device *hdev){
hid_err(hdev, "failed with the ctrl: %i", ret);
}
+ // Hello?
ret = usb_control_msg(usbdev,
usb_rcvctrlpipe(usbdev, 0),
73,
- 0xc1,
- 0,
+ 0x41,
+ 0x40,
0,
transfer,
16,