Skip to content

Commit d2a0040

Browse files
olebowlegregkh
authored andcommitted
USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub
This is another branded 8153 device that doesn't work well with LPM: r8152 2-2.1:1.0 enp0s13f0u2u1: Stop submitting intr, status -71 Disable LPM to resolve the issue. Signed-off-by: Ole Ernst <olebowle@gmx.com> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20211127090546.52072-1-olebowle@gmx.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 09f736a commit d2a0040

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 Powered USB-C Travel Hub (4X90S92381, RTL8153 GigE) */
438+
{ USB_DEVICE(0x17ef, 0x721e), .driver_info = USB_QUIRK_NO_LPM },
439+
437440
/* Lenovo ThinkCenter A630Z TI024Gen3 usb-audio */
438441
{ USB_DEVICE(0x17ef, 0xa012), .driver_info =
439442
USB_QUIRK_DISCONNECT_SUSPEND },

0 commit comments

Comments
 (0)