We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f656e commit d28cf6cCopy full SHA for d28cf6c
drivers/usb/core/quirks.c
@@ -522,6 +522,9 @@ static const struct usb_device_id usb_quirk_list[] = {
522
/* Blackmagic Design UltraStudio SDI */
523
{ USB_DEVICE(0x1edb, 0xbd4f), .driver_info = USB_QUIRK_NO_LPM },
524
525
+ /* Teclast disk */
526
+ { USB_DEVICE(0x1f75, 0x0917), .driver_info = USB_QUIRK_NO_LPM },
527
+
528
/* Hauppauge HVR-950q */
529
{ USB_DEVICE(0x2040, 0x7200), .driver_info =
530
USB_QUIRK_CONFIG_INTF_STRINGS },
0 commit comments