From 3c604578073aa04c86119bbf17eb4e2b515ed592 Mon Sep 17 00:00:00 2001 From: Yassine Imounachen Date: Mon, 29 Apr 2024 03:01:57 +0100 Subject: add support for TS-XW initialization --- usb-tminit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usb-tminit.c') 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) }, {} }; -- cgit v1.3