USB: quirks: add touchscreen that is dazzeled by remote wakeup
authorOliver Neukum <[email protected]>
Wed, 16 Oct 2013 10:26:07 +0000 (12:26 +0200)
committerGreg Kroah-Hartman <[email protected]>
Wed, 16 Oct 2013 17:21:07 +0000 (10:21 -0700)
The device descriptors are messed up after remote wakeup

Signed-off-by: Oliver Neukum <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/core/quirks.c

index b23f71f669a9abe9a832e6bbb87aff28aee4b1f3..01fe36273f3b144cb1c1fe3306ebdf16459c605f 100644 (file)
@@ -97,6 +97,9 @@ static const struct usb_device_id usb_quirk_list[] = {
        /* Alcor Micro Corp. Hub */
        { USB_DEVICE(0x058f, 0x9254), .driver_info = USB_QUIRK_RESET_RESUME },
 
+       /* MicroTouch Systems touchscreen */
+       { USB_DEVICE(0x0596, 0x051e), .driver_info = USB_QUIRK_RESET_RESUME },
+
        /* appletouch */
        { USB_DEVICE(0x05ac, 0x021a), .driver_info = USB_QUIRK_RESET_RESUME },