diff options
author | Greg Kroah-Hartman <[email protected]> | 2022-08-31 10:34:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-08-31 10:34:25 +0200 |
commit | 58bfe7d8e31014d7ce246788df99c56e3cfe6c68 (patch) | |
tree | fcf0d0b23adc1bcc90e44210b19a53263401a407 | |
parent | b46a6b09fa056042a302b181a1941f0056944603 (diff) |
Revert "usb: add quirks for Lenovo OneLink+ Dock"
This reverts commit 3d5f70949f1b1168fbb17d06eb5c57e984c56c58.
The quirk does not work properly, more work is needed to determine what
should be done here.
Reported-by: Oliver Neukum <[email protected]>
Cc: Jean-Francois Le Fillatre <[email protected]>
Cc: stable <[email protected]>
Fixes: 3d5f70949f1b ("usb: add quirks for Lenovo OneLink+ Dock")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/core/quirks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 999b7c9697fc..f99a65a64588 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c @@ -437,10 +437,6 @@ static const struct usb_device_id usb_quirk_list[] = { { USB_DEVICE(0x1532, 0x0116), .driver_info = USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL }, - /* Lenovo ThinkPad OneLink+ Dock twin hub controllers (VIA Labs VL812) */ - { USB_DEVICE(0x17ef, 0x1018), .driver_info = USB_QUIRK_RESET_RESUME }, - { USB_DEVICE(0x17ef, 0x1019), .driver_info = USB_QUIRK_RESET_RESUME }, - /* Lenovo USB-C to Ethernet Adapter RTL8153-04 */ { USB_DEVICE(0x17ef, 0x720c), .driver_info = USB_QUIRK_NO_LPM }, |