diff options
author | Marcel Hasler <mahasler@gmail.com> | 2016-11-03 19:47:42 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-11-03 14:51:29 -0600 |
commit | f8690450f3d0d415f42c94f7e69258d8ba54ff29 (patch) | |
tree | 228ecd25d13e859fb6c27e94807de34656a2bb0c /drivers/hid/Kconfig | |
parent | b2554000f5b5d2a3a368d09c6debf7da64901fcf (diff) | |
download | linux-f8690450f3d0d415f42c94f7e69258d8ba54ff29.tar.gz linux-f8690450f3d0d415f42c94f7e69258d8ba54ff29.tar.xz |
HID: Add new force feedback driver for Mayflash game controller adapters
Add a new module named hid-mf that implements force feedback for game
controller adapters manufactured by Mayflash. Currently only the PS3 adapter is
supported, other adapters still need to be tested.
Signed-off-by: Marcel Hasler <mahasler@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index cd4599c0523b..1530d28ecc61 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -512,6 +512,14 @@ config HID_MAGICMOUSE Say Y here if you want support for the multi-touch features of the Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad. +config HID_MAYFLASH + tristate "Mayflash game controller adapter force feedback" + depends on HID + select INPUT_FF_MEMLESS + ---help--- + Say Y here if you have HJZ Mayflash PS3 game controller adapters + and want to enable force feedback support. + config HID_MICROSOFT tristate "Microsoft non-fully HID-compliant devices" depends on HID |