From 7e6910ac35424ca43bf08d5e28920ce5e8d1b240 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 20 Oct 2022 20:20:17 +0300 Subject: add TX to accept list --- hid-tminit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hid-tminit.c b/hid-tminit.c index 266086e..49c1cc7 100644 --- a/hid-tminit.c +++ b/hid-tminit.c @@ -382,7 +382,8 @@ error0: } static const struct hid_device_id thrustmaster_devices[] = { - { HID_USB_DEVICE(0x044f, 0xb65d)}, + { HID_USB_DEVICE(0x044f, 0xb65d) }, + { HID_USB_DEVICE(0x044f, 0xb664) }, {} }; -- cgit v1.3