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 <huanglei@kylinos.cn>
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/20250212093829.7379-1-huanglei814@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Lei Huang and committed by Greg Kroah-Hartman e169d96e 399a45e5

+3
+3
drivers/usb/core/quirks.c
··· 528 /* Blackmagic Design UltraStudio SDI */ 529 { USB_DEVICE(0x1edb, 0xbd4f), .driver_info = USB_QUIRK_NO_LPM }, 530 531 /* Hauppauge HVR-950q */ 532 { USB_DEVICE(0x2040, 0x7200), .driver_info = 533 USB_QUIRK_CONFIG_INTF_STRINGS },
··· 528 /* Blackmagic Design UltraStudio SDI */ 529 { USB_DEVICE(0x1edb, 0xbd4f), .driver_info = USB_QUIRK_NO_LPM }, 530 531 + /* Teclast disk */ 532 + { USB_DEVICE(0x1f75, 0x0917), .driver_info = USB_QUIRK_NO_LPM }, 533 + 534 /* Hauppauge HVR-950q */ 535 { USB_DEVICE(0x2040, 0x7200), .driver_info = 536 USB_QUIRK_CONFIG_INTF_STRINGS },