diff options
author | Sergei Kolzun <x0r@dv-life.ru> | 2010-07-19 12:13:23 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-19 12:13:23 +0200 |
commit | c0dbcc33c652a0646542560de29a1c3f1ab7169f (patch) | |
tree | e4ee8d31d3aabb0d6aab4b95201cc3072cbb1453 /drivers/hid/Kconfig | |
parent | 1c5474a65bf15a4cb162dfff86d6d0b5a08a740c (diff) | |
download | blackbird-op-linux-c0dbcc33c652a0646542560de29a1c3f1ab7169f.tar.gz blackbird-op-linux-c0dbcc33c652a0646542560de29a1c3f1ab7169f.zip |
HID: add ACRUX game controller force feedback support
Adds force feedback support for ACRUX USB game controllers.
These devices are mass produced in China by several vendors.
Signed-off-by: Sergei Kolzun <x0r@dv-life.ru>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 434099369058..c25865f14a6c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -68,6 +68,15 @@ config HID_A4TECH ---help--- Support for A4 tech X5 and WOP-35 / Trust 450L mice. +config HID_ACRUX_FF + tristate "ACRUX force feedback support" + depends on USB_HID + default !EMBEDDED + select INPUT_FF_MEMLESS + ---help--- + Say Y here if you want to enable force feedback support for ACRUX + game controllers. + config HID_APPLE tristate "Apple" if EMBEDDED depends on (USB_HID || BT_HIDP) |