From: Greg Kroah-Hartman Date: Sun, 10 Apr 2016 00:26:11 +0000 (-0700) Subject: 3.14-stable patches X-Git-Tag: v4.5.1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5be467516c60016c04a901e847ef5f84b354bee1;p=thirdparty%2Fkernel%2Fstable-queue.git 3.14-stable patches added patches: hid-logitech-fix-dual-action-gamepad-support.patch --- diff --git a/queue-3.14/hid-logitech-fix-dual-action-gamepad-support.patch b/queue-3.14/hid-logitech-fix-dual-action-gamepad-support.patch new file mode 100644 index 00000000000..a9cccdf6f58 --- /dev/null +++ b/queue-3.14/hid-logitech-fix-dual-action-gamepad-support.patch @@ -0,0 +1,35 @@ +From 5d74325a2201376a95520a4a38a1ce2c65761c49 Mon Sep 17 00:00:00 2001 +From: Grazvydas Ignotas +Date: Sat, 13 Feb 2016 22:41:51 +0200 +Subject: HID: logitech: fix Dual Action gamepad support + +From: Grazvydas Ignotas + +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 +Fixes: 56d0c8b7c8fb ("HID: add support for Logitech Dual Action gamepads") +Signed-off-by: Grazvydas Ignotas +Signed-off-by: Jiri Kosina +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/hid/hid-core.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/hid/hid-core.c ++++ b/drivers/hid/hid-core.c +@@ -1761,6 +1761,7 @@ static const struct hid_device_id hid_ha + { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_ELITE_KBD) }, + { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_CORDLESS_DESKTOP_LX500) }, + { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_EXTREME_3D) }, ++ { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_DUAL_ACTION) }, + { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_WHEEL) }, + { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_RUMBLEPAD_CORD) }, + { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_RUMBLEPAD) }, diff --git a/queue-3.14/series b/queue-3.14/series index 653955f4ae4..fa2330dc2dd 100644 --- a/queue-3.14/series +++ b/queue-3.14/series @@ -35,3 +35,4 @@ crypto-ccp-add-hash-state-import-and-export-support.patch crypto-ccp-limit-the-amount-of-information-exported.patch crypto-ccp-don-t-assume-export-import-areas-are-aligned.patch crypto-ccp-memset-request-context-to-zero-during-import.patch +hid-logitech-fix-dual-action-gamepad-support.patch