diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-01-20 17:35:06 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-01-20 18:43:49 +0200 |
| commit | 8c4547288a6c182ed4ff131e36f710f11a76c4a9 (patch) | |
| tree | 8100d44445564cec83dfbc5b80251690ea72ed6e /usb-tminit.c | |
| parent | 38c97de0216099cc876d53a5fe13ee80e5948172 (diff) | |
| download | hid-tminit-tspc.tar.gz hid-tminit-tspc.zip | |
add T598 to device listtspc
+ Seems to not tolerate init packets, interestingly. Might have to come
up with some better way to handle wheel init, darn.
try bypassing normal setup
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 fae8820..639ad7f 100644 --- a/usb-tminit.c +++ b/usb-tminit.c @@ -35,6 +35,8 @@ 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) }, + /* T598 */ + { USB_DEVICE(0x044f, 0xb6a5) }, {} }; |
