summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov2007-07-30 14:56:26 +0200
committerJiri Kosina2007-10-14 13:40:00 +0200
commitb27c9590ca0f44681fe2504a7ec427ff1bb77e82 (patch)
tree7a9bb6cc6c0a09fe60888de4cb1efe8bc1dfaf85 /drivers/hid/usbhid/Kconfig
parentHID: minimal autosuspend support for USB HID devices (diff)
downloadkernel-qcow2-linux-b27c9590ca0f44681fe2504a7ec427ff1bb77e82.tar.gz
kernel-qcow2-linux-b27c9590ca0f44681fe2504a7ec427ff1bb77e82.tar.xz
kernel-qcow2-linux-b27c9590ca0f44681fe2504a7ec427ff1bb77e82.zip
HID: add support for Thrustmaster FGT Force Feedback wheel
Rework thrustmaster force-feedback module to support devices having different types of force feedback effects. Add signatures of Thrustmaster FGT Rumble Force and Thrustmaster FGT Force Feedback wheels to the list of devices dupported by the module. Parts of the patch were lifted off a simalar patch by Anssi Hannula <anssi.hannula@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Kconfig')
-rw-r--r--drivers/hid/usbhid/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig
index 1b4b572f899b..b27023f23c87 100644
--- a/drivers/hid/usbhid/Kconfig
+++ b/drivers/hid/usbhid/Kconfig
@@ -79,11 +79,12 @@ config PANTHERLORD_FF
to enable force feedback support for it.
config THRUSTMASTER_FF
- bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)"
+ bool "ThrustMaster devices support (EXPERIMENTAL)"
depends on HID_FF && EXPERIMENTAL
select INPUT_FF_MEMLESS if USB_HID
help
- Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
+ Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
+ a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel,
and want to enable force feedback support for it.
Note: if you say N here, this device will still be supported, but without
force feedback.