diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-13 16:28:41 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-13 16:28:41 +0200 |
| commit | 97287883443ad342e5d3f0d920580c7b72049fb1 (patch) | |
| tree | 6345cce46eaf1f9c4f7e7a751f0389673df2fd6a /hid-tminit.c | |
| parent | 7e6910ac35424ca43bf08d5e28920ce5e8d1b240 (diff) | |
| download | hid-tminit-97287883443ad342e5d3f0d920580c7b72049fb1.tar.gz hid-tminit-97287883443ad342e5d3f0d920580c7b72049fb1.zip | |
add T128 to list (untested)
Diffstat (limited to 'hid-tminit.c')
| -rw-r--r-- | hid-tminit.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hid-tminit.c b/hid-tminit.c index 49c1cc7..247ea94 100644 --- a/hid-tminit.c +++ b/hid-tminit.c @@ -70,11 +70,12 @@ static const struct tm_wheel_info tm_wheels_infos[] = { {0x02, 0x04, 0x0005, "Thrustmaster T300 Ferrari Alcantara Edition"}, {0x02, 0x06, 0x0005, "Thrustmaster T300RS"}, {0x02, 0x09, 0x0005, "Thrustmaster T300RS (Open Wheel Attachment)"}, - {0x03, 0x06, 0x0006, "Thrustmaster T150RS"} + {0x03, 0x06, 0x0006, "Thrustmaster T150RS"}, + {0x00, 0x09, 0x000b, "Thrustmaster T128"} //{0x04, 0x07, 0x0001, "Thrustmaster TMX"} }; -static const uint8_t tm_wheels_infos_length = 7; +static const uint8_t tm_wheels_infos_length = 8; /* * This structs contains (in little endian) the response data |
