diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-15 16:26:40 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-15 16:26:40 +0200 |
| commit | 7f894de691211445bf54e13494d67172fd5b5e53 (patch) | |
| tree | e154898f535a9b87380dba2daf325d1ec151a335 /hid-tminit.c | |
| parent | 97287883443ad342e5d3f0d920580c7b72049fb1 (diff) | |
| download | hid-tminit-7f894de691211445bf54e13494d67172fd5b5e53.tar.gz hid-tminit-7f894de691211445bf54e13494d67172fd5b5e53.zip | |
add T128 init to list
+ For some reason the init mode on the T128 shows up under a different
USB id, but looks to still require the init driver (maybe?)
Diffstat (limited to 'hid-tminit.c')
| -rw-r--r-- | hid-tminit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid-tminit.c b/hid-tminit.c index 247ea94..452bfbc 100644 --- a/hid-tminit.c +++ b/hid-tminit.c @@ -385,6 +385,7 @@ error0: static const struct hid_device_id thrustmaster_devices[] = { { HID_USB_DEVICE(0x044f, 0xb65d) }, { HID_USB_DEVICE(0x044f, 0xb664) }, + { HID_USB_DEVICE(0x044f, 0xb69c) }, {} }; |
