Skip to content
Commit 1008230f authored by Ethan Warth's avatar Ethan Warth Committed by Jiri Kosina
Browse files

HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter



Mayflash/Dragonrise seems to have yet another device ID for one of their
Gamecube controller adapters.  Previous to this commit, the adapter
registered only one /dev/input/js* device, and all controller inputs (from
any controller) were mapped to this device.  This patch defines the 1846
USB device ID and enables the HID_QUIRK_MULTI_INPUT quirk for it, which
fixes that (with the patch, four /dev/input/js* devices are created, one
for each of the four controller ports).

Signed-off-by: default avatarEthan Warth <redyoshi49q@gmail.com>
Tested-by: default avatarWladimir J. van der Laan <laanwj@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ba876cdc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment