We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f886d4f commit 0ad3bd5Copy full SHA for 0ad3bd5
drivers/usb/core/quirks.c
@@ -434,6 +434,9 @@ static const struct usb_device_id usb_quirk_list[] = {
434
{ USB_DEVICE(0x1532, 0x0116), .driver_info =
435
USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL },
436
437
+ /* Lenovo USB-C to Ethernet Adapter RTL8153-04 */
438
+ { USB_DEVICE(0x17ef, 0x720c), .driver_info = USB_QUIRK_NO_LPM },
439
+
440
/* Lenovo Powered USB-C Travel Hub (4X90S92381, RTL8153 GigE) */
441
{ USB_DEVICE(0x17ef, 0x721e), .driver_info = USB_QUIRK_NO_LPM },
442
0 commit comments