diff options
| -rw-r--r-- | hid-tminit.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) }, {} }; |
