From 8c4547288a6c182ed4ff131e36f710f11a76c4a9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 20 Jan 2026 17:35:06 +0200 Subject: add T598 to device list + 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 --- tminit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tminit.c') diff --git a/tminit.c b/tminit.c index f576612..4584213 100644 --- a/tminit.c +++ b/tminit.c @@ -302,6 +302,7 @@ int thrustmaster_probe(struct tm_wheel *tm_wheel, struct usb_interface *interfac tm_wheel->interface = usb_get_intf(interface); switch (le16_to_cpu(udev->descriptor.idProduct)) { + case 0xb6a5: /* T598 seems to also not handle init packets */ case 0xb69c: /* T128 resets itself for whatever reason, try to * circumvent it. Ugly magic constant, should probably add a -- cgit v1.3