diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-20 20:20:17 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-20 20:20:17 +0300 |
| commit | 7e6910ac35424ca43bf08d5e28920ce5e8d1b240 (patch) | |
| tree | 47279c55fcf55e887a8bf602ed8a6c62b499934b /hid-tminit.c | |
| parent | 9375f6c7d83af5dd6c8b8fe30351d0f36043b20a (diff) | |
| download | hid-tminit-7e6910ac35424ca43bf08d5e28920ce5e8d1b240.tar.gz hid-tminit-7e6910ac35424ca43bf08d5e28920ce5e8d1b240.zip | |
add TX to accept list
Diffstat (limited to 'hid-tminit.c')
| -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) }, {} }; |
