aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2011-06-26 17:07:31 -0400
committerJiri Kosina <jkosina@suse.cz>2011-06-27 06:40:00 -0400
commitd946e65e2ab885c05b8cacf292be65fa292d08f6 (patch)
treef04b87f22b523ab748e8bf3d780243acd1b9b7ee /drivers/hid/Kconfig
parentf3b83d71a1b1a1569dba774c3a4f6e2a3b9fef99 (diff)
HID: add FF support for Holtek On Line Grip based gamepads
Add force feedback support for Holtek On Line Grip based HID devices. The protocol is more complex than that of most other rumblepads, but the device still needs to be handled as a memoryless one. Tested by Cleber de Mattos Casali with a 1241:5015 "Clone Joypad Super Power Fire" gamepad, with help from Hendrik Iben <hendrik_iben@web.de>. Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi> Tested-by: Cleber de Mattos Casali <clebercasali@yahoo.com.br> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 860b1db1b734..acc39e8ef3e7 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -172,6 +172,20 @@ config HID_EZKEY
172 ---help--- 172 ---help---
173 Support for Ezkey BTC 8193 keyboard. 173 Support for Ezkey BTC 8193 keyboard.
174 174
175config HID_HOLTEK
176 tristate "Holtek On Line Grip based game controller support"
177 depends on USB_HID
178 ---help---
179 Say Y here if you have a Holtek On Line Grip based game controller.
180
181config HOLTEK_FF
182 bool "Holtek On Line Grip force feedback support"
183 depends on HID_HOLTEK
184 select INPUT_FF_MEMLESS
185 ---help---
186 Say Y here if you have a Holtek On Line Grip based game controller
187 and want to have force feedback support for it.
188
175config HID_KEYTOUCH 189config HID_KEYTOUCH
176 tristate "Keytouch HID devices" 190 tristate "Keytouch HID devices"
177 depends on USB_HID 191 depends on USB_HID