diff options
Diffstat (limited to 'drivers/usb/core/quirks.c')
-rw-r--r-- | drivers/usb/core/quirks.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index bae636e2a1a3..5ae883dc21f5 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -93,6 +93,10 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
93 | { USB_DEVICE(0x04e8, 0x6601), .driver_info = | 93 | { USB_DEVICE(0x04e8, 0x6601), .driver_info = |
94 | USB_QUIRK_CONFIG_INTF_STRINGS }, | 94 | USB_QUIRK_CONFIG_INTF_STRINGS }, |
95 | 95 | ||
96 | /* Elan Touchscreen */ | ||
97 | { USB_DEVICE(0x04f3, 0x0089), .driver_info = | ||
98 | USB_QUIRK_DEVICE_QUALIFIER }, | ||
99 | |||
96 | /* Roland SC-8820 */ | 100 | /* Roland SC-8820 */ |
97 | { USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME }, | 101 | { USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME }, |
98 | 102 | ||
@@ -159,6 +163,10 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
159 | /* USB3503 */ | 163 | /* USB3503 */ |
160 | { USB_DEVICE(0x0424, 0x3503), .driver_info = USB_QUIRK_RESET_RESUME }, | 164 | { USB_DEVICE(0x0424, 0x3503), .driver_info = USB_QUIRK_RESET_RESUME }, |
161 | 165 | ||
166 | /* ASUS Base Station(T100) */ | ||
167 | { USB_DEVICE(0x0b05, 0x17e0), .driver_info = | ||
168 | USB_QUIRK_IGNORE_REMOTE_WAKEUP }, | ||
169 | |||
162 | { } /* terminating entry must be last */ | 170 | { } /* terminating entry must be last */ |
163 | }; | 171 | }; |
164 | 172 | ||