|
@@ -1,25 +0,0 @@
|
|
|
-From cb9a440ae30c94e3cfab2a080c29d48da688d890 Mon Sep 17 00:00:00 2001
|
|
|
-From: Jake Day <jake@ninebysix.com>
|
|
|
-Date: Thu, 6 Jun 2019 13:35:49 -0400
|
|
|
-Subject: [PATCH 10/12] surface-dock
|
|
|
-
|
|
|
----
|
|
|
- drivers/usb/core/quirks.c | 2 ++
|
|
|
- 1 file changed, 2 insertions(+)
|
|
|
-
|
|
|
-diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
|
|
|
-index 8bc35d53408b..11fa56cbd769 100644
|
|
|
---- a/drivers/usb/core/quirks.c
|
|
|
-+++ b/drivers/usb/core/quirks.c
|
|
|
-@@ -212,6 +212,8 @@ static const struct usb_device_id usb_quirk_list[] = {
|
|
|
- /* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */
|
|
|
- { USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME },
|
|
|
-
|
|
|
-+ { USB_DEVICE(0x045e, 0x07c6), .driver_info = USB_QUIRK_NO_LPM },
|
|
|
-+
|
|
|
- /* Logitech HD Pro Webcams C920, C920-C, C925e and C930e */
|
|
|
- { USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT },
|
|
|
- { USB_DEVICE(0x046d, 0x0841), .driver_info = USB_QUIRK_DELAY_INIT },
|
|
|
---
|
|
|
-2.19.1
|
|
|
-
|