diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-02-06 23:10:19 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-02-06 23:10:19 +0200 |
| commit | b568e09e8a9c33077f133edf7e540fec3fc2ba48 (patch) | |
| tree | f163a4e2a4570f1be55b1a23d1dd6fe7bd942f95 /usb-tminit.c | |
| parent | a4233c0b0db59dac06d3e57ae3d1be28fe44c11c (diff) | |
| download | hid-tminit-b568e09e8a9c33077f133edf7e540fec3fc2ba48.tar.gz hid-tminit-b568e09e8a9c33077f133edf7e540fec3fc2ba48.zip | |
add t128x as a plain USB device
Diffstat (limited to 'usb-tminit.c')
| -rw-r--r-- | usb-tminit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usb-tminit.c b/usb-tminit.c index b78ab29..320138e 100644 --- a/usb-tminit.c +++ b/usb-tminit.c @@ -390,7 +390,9 @@ error1: usb_put_dev(udev); static const struct usb_device_id thrustmaster_hid_devices[] = { { USB_DEVICE_INTERFACE_CLASS(0x044f, 0xb65d, USB_CLASS_HID) }, { USB_DEVICE_INTERFACE_CLASS(0x044f, 0xb664, USB_CLASS_HID) }, + /* seems like 0xb69c can show up either as a HID or as a USB device, maybe? */ { USB_DEVICE_INTERFACE_CLASS(0x044f, 0xb69c, USB_CLASS_HID) }, + { USB_DEVICE(0x044f, 0xb69c) }, {} }; |
