diff options
| author | Dario Pagani <> | 2020-11-02 21:05:47 +0100 |
|---|---|---|
| committer | Dario Pagani <> | 2020-11-02 21:05:47 +0100 |
| commit | 8a847c18e5ec37f44c9d27b66a06de2c56c88d72 (patch) | |
| tree | c58bafcdc8551bb0a2a3104617300704a2e197f0 /hid-tminit.h | |
| parent | 6a120c044242872e1cdf92463e2fee1a85dbff66 (diff) | |
| download | hid-tminit-8a847c18e5ec37f44c9d27b66a06de2c56c88d72.tar.gz hid-tminit-8a847c18e5ec37f44c9d27b66a06de2c56c88d72.zip | |
Added support for the "T300 Ferrari Alcantara Edition"
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 |
