]> git.baikalelectronics.ru Git - kernel.git/commit
HID: add multi-input quirk for GamepadBlock
authorFlorian Mueller <contact@petrockblock.com>
Mon, 16 Oct 2017 07:29:11 +0000 (09:29 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 17 Oct 2017 13:23:25 +0000 (15:23 +0200)
commit321b34035ddde76e2db71b0434ec0ffc2624ccb9
tree47ab7eec71dc5d5ab2549ee29d7eaa781427849c
parent86f452bc0a17996475b3a896d3f58c067818e7b5
HID: add multi-input quirk for GamepadBlock

The GamepadBlock game controller adapter needs HID_QUIRK_MULTI_INPUT
to split it up into two input devices. Without this quirk the
adapter is falsely recognized as only one device and mixes up the
inputs of the two connected controllers.

Signed-off-by: Florian Mueller <contact@petrockblock.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-ids.h
drivers/hid/usbhid/hid-quirks.c