diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-06-20 18:13:37 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-06-22 14:44:11 +0200 |
commit | 13b2e1ba486f07ccd26e01c563b52a9171b2c255 (patch) | |
tree | db8d23086f8428009a84003e1253e29f8db91745 /drivers/hid/Kconfig | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... (diff) | |
download | linux-13b2e1ba486f07ccd26e01c563b52a9171b2c255.tar.xz linux-13b2e1ba486f07ccd26e01c563b52a9171b2c255.zip |
HID: Add driver for Retrode2 joypad adapter
This driver does 2 things:
- Apply the MULTI_INPUT quirk to create separate joypad device nodes
for each one of the 4 connectors.
- Rename the input devices so that their names are different, and allow
users to recognise which device corresponds to which physical port,
including the SNES (Mario Paint) Mouse.
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.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 687705c50794..d409435fc0c2 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -741,6 +741,14 @@ config HID_PRIMAX Support for Primax devices that are not fully compliant with the HID standard. +config HID_RETRODE + tristate "Retrode" + depends on USB_HID + ---help--- + Support for + + * Retrode 2 cartridge and controller adapter + config HID_ROCCAT tristate "Roccat device support" depends on USB_HID |