Skip to content

Commit 0ad3bd5

Browse files
Jimmy Wanggregkh
authored andcommitted
USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
This device doesn't work well with LPM, losing connectivity intermittently. Disable LPM to resolve the issue. Reviewed-by: <[email protected]> Signed-off-by: Jimmy Wang <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f886d4f commit 0ad3bd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/core/quirks.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ static const struct usb_device_id usb_quirk_list[] = {
434434
{ USB_DEVICE(0x1532, 0x0116), .driver_info =
435435
USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL },
436436

437+
/* Lenovo USB-C to Ethernet Adapter RTL8153-04 */
438+
{ USB_DEVICE(0x17ef, 0x720c), .driver_info = USB_QUIRK_NO_LPM },
439+
437440
/* Lenovo Powered USB-C Travel Hub (4X90S92381, RTL8153 GigE) */
438441
{ USB_DEVICE(0x17ef, 0x721e), .driver_info = USB_QUIRK_NO_LPM },
439442

0 commit comments

Comments
 (0)