Skip to content

Commit

Permalink
Add TS-PC wheel info
Browse files Browse the repository at this point in the history
Based on the work in Kimplul/hid-tmff2#65
  • Loading branch information
adam820 committed Jun 15, 2024
1 parent 9375f6c commit 033ca07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hid-tminit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
{0x06, 0x09, 0x0009, "Thrustmaster TS-PC"},
//{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
Expand Down

0 comments on commit 033ca07

Please sign in to comment.