Skip to content

Commit 3859e85

Browse files
WangYuligregkh
authored andcommitted
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
START BP-850K is a dot matrix printer that crashes when it receives a Set-Interface request and needs USB_QUIRK_NO_SET_INTF to work properly. Cc: stable <[email protected]> Signed-off-by: jinxiaobo <[email protected]> Signed-off-by: WangYuli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a368ecd commit 3859e85

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
@@ -506,6 +506,9 @@ static const struct usb_device_id usb_quirk_list[] = {
506506
{ USB_DEVICE(0x1b1c, 0x1b38), .driver_info = USB_QUIRK_DELAY_INIT |
507507
USB_QUIRK_DELAY_CTRL_MSG },
508508

509+
/* START BP-850k Printer */
510+
{ USB_DEVICE(0x1bc3, 0x0003), .driver_info = USB_QUIRK_NO_SET_INTF },
511+
509512
/* MIDI keyboard WORLDE MINI */
510513
{ USB_DEVICE(0x1c75, 0x0204), .driver_info =
511514
USB_QUIRK_CONFIG_INTF_STRINGS },

0 commit comments

Comments
 (0)