From 7f894de691211445bf54e13494d67172fd5b5e53 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 15 Jan 2024 16:26:40 +0200 Subject: 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?) --- hid-tminit.c | 1 + 1 file changed, 1 insertion(+) 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) }, {} }; -- cgit v1.3