From 6a7ab83543e4f4e10740015ecdcc2c44d51fdca8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 2 Nov 2020 21:16:49 +0200 Subject: Added mysterious control out --- hid-tminit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hid-tminit.c') 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, -- cgit v1.3