]> git.baikalelectronics.ru Git - kernel.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)
committerJiri Kosina <jkosina@suse.cz>
Tue, 16 Feb 2016 10:00:36 +0000 (11:00 +0100)
commitac4b660d32c17072ebabe9d5ce2bb0d544d78c0c
treebc193b857dc1ca22e8b30ee578d336be432eddc1
parented8a65aa3b06b3006993c0ef980c050c9f2820ae
HID: logitech: fix Dual Action gamepad support

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: 801791a364df ("HID: add support for Logitech Dual Action gamepads")
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c