]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Revert "usb: add quirks for Lenovo OneLink+ Dock"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2022 08:34:25 +0000 (10:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2022 08:34:25 +0000 (10:34 +0200)
This reverts commit 8024f50ef3155580e50757ef9f925205721df990.

The quirk does not work properly, more work is needed to determine what
should be done here.

Reported-by: Oliver Neukum <oneukum@suse.com>
Cc: Jean-Francois Le Fillatre <jflf_kernel@gmx.com>
Cc: stable <stable@kernel.org>
Fixes: 8024f50ef315 ("usb: add quirks for Lenovo OneLink+ Dock")
Link: https://lore.kernel.org/r/9a17ea86-079f-510d-e919-01bc53a6d09f@gmx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c

index 999b7c9697fcd8e7f8de52f3a99ea8f31cdd3235..f99a65a64588fe9b4deca18c593bfe0f690726f5 100644 (file)
@@ -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 },