diff options
author | Huang Bo <huangbobupt@163.com> | 2014-11-26 05:21:03 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-12-22 08:42:39 -0500 |
commit | fc38a8a66e1bda87da13e8eb549dd87ddd86f3b8 (patch) | |
tree | e52d83242d168467927ee0c50a3c848c1a5fd339 /drivers/hid/Kconfig | |
parent | 0349678ccd74d16c1f2bb58ecafec13ef7110e36 (diff) |
HID: add BETOP game controller force feedback support
Adds force feedback support for BETOP USB game controllers.
These devices are mass produced in China.
Signed-off-by: Huang Bo <huangbobupt@163.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 230b6f887cd8..c33d98e00dce 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -146,6 +146,16 @@ config HID_BELKIN | |||
146 | ---help--- | 146 | ---help--- |
147 | Support for Belkin Flip KVM and Wireless keyboard. | 147 | Support for Belkin Flip KVM and Wireless keyboard. |
148 | 148 | ||
149 | config HID_BETOP_FF | ||
150 | tristate "Betop Production Inc. force feedback support" | ||
151 | depends on USB_HID | ||
152 | select INPUT_FF_MEMLESS | ||
153 | ---help--- | ||
154 | Say Y here if you want to enable force feedback support for devices by | ||
155 | BETOP Production Ltd. | ||
156 | Currently the following devices are known to be supported: | ||
157 | - BETOP 2185 PC & BFM MODE | ||
158 | |||
149 | config HID_CHERRY | 159 | config HID_CHERRY |
150 | tristate "Cherry Cymotion keyboard" if EXPERT | 160 | tristate "Cherry Cymotion keyboard" if EXPERT |
151 | depends on HID | 161 | depends on HID |