projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25666e8
)
HID: Add support for open wheel and no attachment to T300
author
Michael Hübner
<michaelh.95@t-online.de>
Thu, 20 Jan 2022 07:40:48 +0000
(08:40 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 16 Feb 2022 16:09:33 +0000
(17:09 +0100)
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>
drivers/hid/hid-thrustmaster.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-thrustmaster.c
b/drivers/hid/hid-thrustmaster.c
index 03b935ff02d5616f67e3287ceeb0dc9926703429..a4e20f9e598b77c2c6c96ec3a7c2fdacf199eedd 100644
(file)
--- a/
drivers/hid/hid-thrustmaster.c
+++ b/
drivers/hid/hid-thrustmaster.c
@@
-64,7
+64,9
@@
struct tm_wheel_info {
*/
static const struct tm_wheel_info tm_wheels_infos[] = {
{0x0306, 0x0006, "Thrustmaster T150RS"},
+ {0x0200, 0x0005, "Thrustmaster T300RS (Missing Attachment)"},
{0x0206, 0x0005, "Thrustmaster T300RS"},
+ {0x0209, 0x0005, "Thrustmaster T300RS (Open Wheel Attachment)"},
{0x0204, 0x0005, "Thrustmaster T300 Ferrari Alcantara Edition"},
{0x0002, 0x0002, "Thrustmaster T500RS"}
//{0x0407, 0x0001, "Thrustmaster TMX"}