From 8a847c18e5ec37f44c9d27b66a06de2c56c88d72 Mon Sep 17 00:00:00 2001 From: Dario Pagani <> Date: Mon, 2 Nov 2020 21:05:47 +0100 Subject: Added support for the "T300 Ferrari Alcantara Edition" --- hid-tminit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.3