diff options
| -rw-r--r-- | drivers/usb/core/quirks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 8bc35d53408b..6082b008969b 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
| @@ -209,6 +209,9 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
| 209 | /* Microsoft LifeCam-VX700 v2.0 */ | 209 | /* Microsoft LifeCam-VX700 v2.0 */ |
| 210 | { USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME }, | 210 | { USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME }, |
| 211 | 211 | ||
| 212 | /* Microsoft Surface Dock Ethernet (RTL8153 GigE) */ | ||
| 213 | { USB_DEVICE(0x045e, 0x07c6), .driver_info = USB_QUIRK_NO_LPM }, | ||
| 214 | |||
| 212 | /* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */ | 215 | /* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */ |
| 213 | { USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME }, | 216 | { USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME }, |
| 214 | 217 | ||
