diff options
Diffstat (limited to 'hid-tminit.h')
| -rw-r--r-- | hid-tminit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hid-tminit.h b/hid-tminit.h index c8b664e..28ae827 100644 --- a/hid-tminit.h +++ b/hid-tminit.h @@ -48,11 +48,12 @@ static const struct th_wheel_info th_wheels_infos[] = { {0x0306, 0x0006, "Thrustmaster T150RS"}, {0x0206, 0x0005, "Thrustmaster T300RS"}, + {0x0204, 0x0005, "Thrustmaster T300 Ferrari Alcantara Edition"}, {0x0002, 0x0002, "Thrustmaster T500RS"}, {0x0407, 0x0001, "Thrustmaster TMX"} }; -const uint8_t th_wheels_infos_length = 4; +const uint8_t th_wheels_infos_length = 5; /** * This structs contains (in little endian) the response data |
