]> git.ipfire.org Git - thirdparty/kernel/stable.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:12:44 +0000 (09:12 -0700)
commitcc4033eb848c13ac568e8d2bea7e5be960d85ca2
tree69b5586d5d6dbb9e282d666f8ccba647a994b922
parentc5f75d1012f018067376c5edcce0d6d1ce63e95b
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