diff options
Diffstat (limited to 'drivers/usb/core/quirks.c')
-rw-r--r-- | drivers/usb/core/quirks.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index d120a0887202..12924dbfdc2c 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -98,6 +98,9 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
98 | /* Alcor Micro Corp. Hub */ | 98 | /* Alcor Micro Corp. Hub */ |
99 | { USB_DEVICE(0x058f, 0x9254), .driver_info = USB_QUIRK_RESET_RESUME }, | 99 | { USB_DEVICE(0x058f, 0x9254), .driver_info = USB_QUIRK_RESET_RESUME }, |
100 | 100 | ||
101 | /* MicroTouch Systems touchscreen */ | ||
102 | { USB_DEVICE(0x0596, 0x051e), .driver_info = USB_QUIRK_RESET_RESUME }, | ||
103 | |||
101 | /* appletouch */ | 104 | /* appletouch */ |
102 | { USB_DEVICE(0x05ac, 0x021a), .driver_info = USB_QUIRK_RESET_RESUME }, | 105 | { USB_DEVICE(0x05ac, 0x021a), .driver_info = USB_QUIRK_RESET_RESUME }, |
103 | 106 | ||
@@ -131,6 +134,9 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
131 | /* Broadcom BCM92035DGROM BT dongle */ | 134 | /* Broadcom BCM92035DGROM BT dongle */ |
132 | { USB_DEVICE(0x0a5c, 0x2021), .driver_info = USB_QUIRK_RESET_RESUME }, | 135 | { USB_DEVICE(0x0a5c, 0x2021), .driver_info = USB_QUIRK_RESET_RESUME }, |
133 | 136 | ||
137 | /* MAYA44USB sound device */ | ||
138 | { USB_DEVICE(0x0a92, 0x0091), .driver_info = USB_QUIRK_RESET_RESUME }, | ||
139 | |||
134 | /* Action Semiconductor flash disk */ | 140 | /* Action Semiconductor flash disk */ |
135 | { USB_DEVICE(0x10d6, 0x2200), .driver_info = | 141 | { USB_DEVICE(0x10d6, 0x2200), .driver_info = |
136 | USB_QUIRK_STRING_FETCH_255 }, | 142 | USB_QUIRK_STRING_FETCH_255 }, |