diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-29 17:16:42 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-11-23 14:37:10 +0200 |
| commit | 38c97de0216099cc876d53a5fe13ee80e5948172 (patch) | |
| tree | 18f97cde3e5a7daded4c724d12fbc048bfdf18c1 | |
| parent | 860def3eef4e1079564088edff0962ba80fe22d9 (diff) | |
| download | hid-tminit-38c97de0216099cc876d53a5fe13ee80e5948172.tar.gz hid-tminit-38c97de0216099cc876d53a5fe13ee80e5948172.zip | |
add TS-PC
+ Courtesy of @BDave95
| -rw-r--r-- | tminit.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -73,8 +73,9 @@ static const struct tm_wheel_info tm_wheels_infos[] = { {0x02, 0x06, 0x0005, "Thrustmaster T300RS"}, {0x02, 0x09, 0x0005, "Thrustmaster T300RS (Open Wheel Attachment)"}, {0x03, 0x06, 0x0006, "Thrustmaster T150RS"}, - {0x00, 0x09, 0x000b, "Thrustmaster T128"}, - {0x07, 0x0a, 0x000a, "Thrustmaster TS-XW"} + {0x07, 0x0a, 0x000a, "Thrustmaster TS-XW"}, + {0x06, 0x09, 0x0009, "Thrustmaster TS-PC"}, + {0x00, 0x09, 0x000b, "Thrustmaster T128"} //{0x04, 0x07, 0x0001, "Thrustmaster TMX"} }; |
