aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@mail.ru>2007-07-30 08:56:26 -0400
committerJiri Kosina <jkosina@suse.cz>2007-10-14 07:40:00 -0400
commitb27c9590ca0f44681fe2504a7ec427ff1bb77e82 (patch)
tree7a9bb6cc6c0a09fe60888de4cb1efe8bc1dfaf85 /drivers/hid/usbhid/Kconfig
parent933e3187d0042d9381d932757dc1f931d984e56d (diff)
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
79 to enable force feedback support for it. 79 to enable force feedback support for it.
80 80
81config THRUSTMASTER_FF 81config THRUSTMASTER_FF
82 bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)" 82 bool "ThrustMaster devices support (EXPERIMENTAL)"
83 depends on HID_FF && EXPERIMENTAL 83 depends on HID_FF && EXPERIMENTAL
84 select INPUT_FF_MEMLESS if USB_HID 84 select INPUT_FF_MEMLESS if USB_HID
85 help 85 help
86 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2, 86 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
87 a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel,
87 and want to enable force feedback support for it. 88 and want to enable force feedback support for it.
88 Note: if you say N here, this device will still be supported, but without 89 Note: if you say N here, this device will still be supported, but without
89 force feedback. 90 force feedback.