Loading drivers/usb/core/quirks.c +3 −0 Original line number Diff line number Diff line Loading @@ -366,6 +366,9 @@ static const struct usb_device_id usb_quirk_list[] = { { USB_DEVICE(0x0904, 0x6103), .driver_info = USB_QUIRK_LINEAR_FRAME_INTR_BINTERVAL }, /* Silicon Motion Flash drive */ { USB_DEVICE(0x090c, 0x1000), .driver_info = USB_QUIRK_NO_LPM }, /* Sound Devices USBPre2 */ { USB_DEVICE(0x0926, 0x0202), .driver_info = USB_QUIRK_ENDPOINT_BLACKLIST }, Loading Loading
drivers/usb/core/quirks.c +3 −0 Original line number Diff line number Diff line Loading @@ -366,6 +366,9 @@ static const struct usb_device_id usb_quirk_list[] = { { USB_DEVICE(0x0904, 0x6103), .driver_info = USB_QUIRK_LINEAR_FRAME_INTR_BINTERVAL }, /* Silicon Motion Flash drive */ { USB_DEVICE(0x090c, 0x1000), .driver_info = USB_QUIRK_NO_LPM }, /* Sound Devices USBPre2 */ { USB_DEVICE(0x0926, 0x0202), .driver_info = USB_QUIRK_ENDPOINT_BLACKLIST }, Loading