diff options
Diffstat (limited to 'hid-tminit.c')
| -rw-r--r-- | hid-tminit.c | 5 |
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, |
