Skip to content

Commit e169d96

Browse files
Lei Huanggregkh
authored andcommitted
USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
Teclast disk used on Huawei hisi platforms doesn't work well, losing connectivity intermittently if LPM is enabled. Add quirk disable LPM to resolve the issue. Signed-off-by: Lei Huang <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 399a45e commit e169d96

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
@@ -528,6 +528,9 @@ static const struct usb_device_id usb_quirk_list[] = {
528528
/* Blackmagic Design UltraStudio SDI */
529529
{ USB_DEVICE(0x1edb, 0xbd4f), .driver_info = USB_QUIRK_NO_LPM },
530530

531+
/* Teclast disk */
532+
{ USB_DEVICE(0x1f75, 0x0917), .driver_info = USB_QUIRK_NO_LPM },
533+
531534
/* Hauppauge HVR-950q */
532535
{ USB_DEVICE(0x2040, 0x7200), .driver_info =
533536
USB_QUIRK_CONFIG_INTF_STRINGS },

0 commit comments

Comments
 (0)