diff options
author | frank zago <frank@zago.net> | 2022-04-20 21:40:41 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-05-06 08:29:26 +0200 |
commit | 06be0d6442a07f73107964d7b56c21759c6dfb00 (patch) | |
tree | a84b500ee20150dd7a80735090d8682f748c2d68 /drivers/hid/Kconfig | |
parent | 5e206459f670b579da9b7861a0f3ce3b989a68b6 (diff) | |
download | linux-06be0d6442a07f73107964d7b56c21759c6dfb00.tar.gz linux-06be0d6442a07f73107964d7b56c21759c6dfb00.tar.bz2 linux-06be0d6442a07f73107964d7b56c21759c6dfb00.zip |
HID: Add support for Mega World controller force feedback
This patch adds support for one of the several Mega World USB game
controller with integrated force feedback. It is a HID based
memory-less game controller, with a weak motor on the left, and a
strong one on the right.
Signed-off-by: frank zago <frank@zago.net>
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 7a674873d794..96750b390344 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -686,6 +686,14 @@ config HID_MAYFLASH Say Y here if you have HJZ Mayflash PS3 game controller adapters and want to enable force feedback support. +config HID_MEGAWORLD_FF + tristate "Mega World based game controller force feedback support" + depends on USB_HID + select INPUT_FF_MEMLESS + help + Say Y here if you have a Mega World based game controller and want + to have force feedback support for it. + config HID_REDRAGON tristate "Redragon keyboards" depends on HID |