We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e877dd2 commit 304ab4aCopy full SHA for 304ab4a
drivers/usb/core/quirks.c
@@ -78,6 +78,12 @@ static const struct usb_device_id usb_quirk_list[] = {
78
{ USB_DEVICE(0x04d8, 0x000c), .driver_info =
79
USB_QUIRK_CONFIG_INTF_STRINGS },
80
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
87
/* Samsung Android phone modem - ID conflict with SPH-I500 */
88
{ USB_DEVICE(0x04e8, 0x6601), .driver_info =
89
0 commit comments