diff options
author | Dario Pagani | 2021-01-31 10:00:45 +0100 |
---|---|---|
committer | Jiri Kosina | 2021-03-19 14:21:53 +0100 |
commit | c49c33637802a2c6957a78119eb8be3b055dd9e9 (patch) | |
tree | 99844a0cc4818be0fced1a7fde2a0a27ee87f8a1 /drivers/hid/Kconfig | |
parent | 69aea9d2843669387d100e353b5113d1adc9502f (diff) |
HID: support for initialization of some Thrustmaster wheels
Add support for proper initialization of some Thrustmaster wheels that
appear like a "Thrustmaster FFB Wheel" (044f:b65d) to the host. When the
device is connected a special usb request is sent, this request makes the
wheel disconnect and reappear to the host as the "real wheel".
For example: a T150 will re-appear as 044f:b677 and a T300 as 044f:b66e
[jkosina@suse.cz: renamed driver to hid-thrustmaster]
Link: https://github.com/scarburato/hid-tminit
Signed-off-by: Dario Pagani <dario.pagani.146@gmail.com>
Co-developed-by: Kim Kuparinen <kimi.h.kuparinen@gmail.com>
Signed-off-by: Kim Kuparinen <kimi.h.kuparinen@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 786b71ef7738..4001c125e2ce 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1044,8 +1044,9 @@ config HID_THRUSTMASTER tristate "ThrustMaster devices support" depends on HID help - Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or - a THRUSTMASTER Ferrari GT Rumble Wheel. + Say Y here if you have a THRUSTMASTER FireStore Dual Power 2, + a THRUSTMASTER Ferrari GT Rumble Wheel or Thrustmaster FFB + Wheel (T150RS, T300RS, T300 Ferrari Alcantara Edition, T500RS). config THRUSTMASTER_FF bool "ThrustMaster devices force feedback support" |