]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
HID: logitech: fix Dual Action gamepad support
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 13 Feb 2016 20:41:51 +0000 (22:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Apr 2016 16:08:47 +0000 (09:08 -0700)
commit72c49c697bb63054c7c3a26b90d15fb3a95e30eb
tree03ef64bab882e73b7f2793c33e37f0eea2bc5679
parent158c0029a8861591d42c6ad144d09cbd2c2dfe81
HID: logitech: fix Dual Action gamepad support

commit 5d74325a2201376a95520a4a38a1ce2c65761c49 upstream.

The patch that added Logitech Dual Action gamepad support forgot to
update the special driver list for the device. This caused the logitech
driver not to probe unless kernel module load order was favorable.
Update the special driver list to fix it. Thanks to Simon Wood for the
idea.

Cc: Vitaly Katraew <zawullon@gmail.com>
Fixes: 56d0c8b7c8fb ("HID: add support for Logitech Dual Action gamepads")
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-core.c