This is a note to let you know that I've just added the patch titled
usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000
to the 3.17-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
usb-quirks-add-reset-resume-quirk-for-ms-wireless-laser-mouse-6000.patch
and it can be found in the queue-3.17 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 263e80b43559a6103e178a9176938ce171b23872 Mon Sep 17 00:00:00 2001
From: Hans de Goede <[email protected]>
Date: Mon, 24 Nov 2014 11:22:38 +0100
Subject: usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000
From: Hans de Goede <[email protected]>
commit 263e80b43559a6103e178a9176938ce171b23872 upstream.
This wireless mouse receiver needs a reset-resume quirk to properly come
out of reset.
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1165206
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/usb/core/quirks.c | 3 +++
1 file changed, 3 insertions(+)
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -44,6 +44,9 @@ static const struct usb_device_id usb_qu
/* Creative SB Audigy 2 NX */
{ USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME },
+ /* Microsoft Wireless Laser Mouse 6000 Receiver */
+ { USB_DEVICE(0x045e, 0x00e1), .driver_info = USB_QUIRK_RESET_RESUME },
+
/* Microsoft LifeCam-VX700 v2.0 */
{ USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME },
Patches currently in stable-queue which might be from [email protected] are
queue-3.17/usb-quirks-add-reset-resume-quirk-for-ms-wireless-laser-mouse-6000.patch
queue-3.17/usb-uas-add-no-uas-quirk-for-hitachi-usb-3-enclosures-4971-1012.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html