We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a368ecd commit 3859e85Copy full SHA for 3859e85
drivers/usb/core/quirks.c
@@ -506,6 +506,9 @@ static const struct usb_device_id usb_quirk_list[] = {
506
{ USB_DEVICE(0x1b1c, 0x1b38), .driver_info = USB_QUIRK_DELAY_INIT |
507
USB_QUIRK_DELAY_CTRL_MSG },
508
509
+ /* START BP-850k Printer */
510
+ { USB_DEVICE(0x1bc3, 0x0003), .driver_info = USB_QUIRK_NO_SET_INTF },
511
+
512
/* MIDI keyboard WORLDE MINI */
513
{ USB_DEVICE(0x1c75, 0x0204), .driver_info =
514
USB_QUIRK_CONFIG_INTF_STRINGS },
0 commit comments