Skip to content

Commit 0a5a587

Browse files
hodasemiJiri Kosina
authored andcommitted
HID: Add support for open wheel and no attachment to T300
Different add ons to the wheel base report different models. Having no wheel mounted to the base and using the open wheel attachment is added here. Signed-off-by: Michael Hübner <michaelh.95@t-online.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 25666e8 commit 0a5a587

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/hid/hid-thrustmaster.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ struct tm_wheel_info {
6464
*/
6565
static const struct tm_wheel_info tm_wheels_infos[] = {
6666
{0x0306, 0x0006, "Thrustmaster T150RS"},
67+
{0x0200, 0x0005, "Thrustmaster T300RS (Missing Attachment)"},
6768
{0x0206, 0x0005, "Thrustmaster T300RS"},
69+
{0x0209, 0x0005, "Thrustmaster T300RS (Open Wheel Attachment)"},
6870
{0x0204, 0x0005, "Thrustmaster T300 Ferrari Alcantara Edition"},
6971
{0x0002, 0x0002, "Thrustmaster T500RS"}
7072
//{0x0407, 0x0001, "Thrustmaster TMX"}

0 commit comments

Comments
 (0)