diff options
| author | Yassine Imounachen <yassine.imounachen@gmail.com> | 2024-04-29 03:01:57 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2024-04-29 03:03:29 +0100 |
| commit | 3c604578073aa04c86119bbf17eb4e2b515ed592 (patch) | |
| tree | 2dc32ef7fb49ad9d2317fb4179276ebfaa8b7d0d /usb-tminit.c | |
| parent | 031ef062ac01af9f2ff4b41dde9a89e460f8168d (diff) | |
| download | hid-tminit-3c604578073aa04c86119bbf17eb4e2b515ed592.tar.gz hid-tminit-3c604578073aa04c86119bbf17eb4e2b515ed592.zip | |
add support for TS-XW initialization
Diffstat (limited to 'usb-tminit.c')
| -rw-r--r-- | usb-tminit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-tminit.c b/usb-tminit.c index cf0dc38..dad3426 100644 --- a/usb-tminit.c +++ b/usb-tminit.c @@ -31,6 +31,7 @@ static void thrustmaster_usb_disconnect(struct usb_interface *interface) static const struct usb_device_id thrustmaster_usb_devices[] = { { USB_DEVICE(0x044f, 0xb69c) }, + { USB_DEVICE(0x044f, 0xb691) }, {} }; |
