0010-surface-dock.patch 918 B

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