Skip to content

Commit 304ab4a

Browse files
Oliver Neukumgregkh
authored andcommitted
usb: add two quirky touchscreen
These devices tend to become unresponsive after S3 Signed-off-by: Oliver Neukum <[email protected]> CC: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e877dd2 commit 304ab4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/usb/core/quirks.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ static const struct usb_device_id usb_quirk_list[] = {
7878
{ USB_DEVICE(0x04d8, 0x000c), .driver_info =
7979
USB_QUIRK_CONFIG_INTF_STRINGS },
8080

81+
/* CarrolTouch 4000U */
82+
{ USB_DEVICE(0x04e7, 0x0009), .driver_info = USB_QUIRK_RESET_RESUME },
83+
84+
/* CarrolTouch 4500U */
85+
{ USB_DEVICE(0x04e7, 0x0030), .driver_info = USB_QUIRK_RESET_RESUME },
86+
8187
/* Samsung Android phone modem - ID conflict with SPH-I500 */
8288
{ USB_DEVICE(0x04e8, 0x6601), .driver_info =
8389
USB_QUIRK_CONFIG_INTF_STRINGS },

0 commit comments

Comments
 (0)