diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-06-27 00:07:31 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-27 12:40:00 +0200 |
commit | d946e65e2ab885c05b8cacf292be65fa292d08f6 (patch) | |
tree | f04b87f22b523ab748e8bf3d780243acd1b9b7ee /drivers/hid/Makefile | |
parent | f3b83d71a1b1a1569dba774c3a4f6e2a3b9fef99 (diff) | |
download | linux-3.10-d946e65e2ab885c05b8cacf292be65fa292d08f6.tar.gz linux-3.10-d946e65e2ab885c05b8cacf292be65fa292d08f6.tar.bz2 linux-3.10-d946e65e2ab885c05b8cacf292be65fa292d08f6.zip |
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/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index f97718084dc..21dea54b448 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -37,6 +37,7 @@ obj-$(CONFIG_HID_EMS_FF) += hid-emsff.o obj-$(CONFIG_HID_ELECOM) += hid-elecom.o obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o obj-$(CONFIG_HID_GYRATION) += hid-gyration.o +obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o obj-$(CONFIG_HID_KEYTOUCH) += hid-keytouch.o obj-$(CONFIG_HID_KYE) += hid-kye.o |