Skip to content

Commit ff651e8

Browse files
jhovoldgregkh
authored andcommitted
USB: cdc-acm: add device-id for quirky printer
commit fe85578 upstream. Add device-id entry for DATECS FP-2000 fiscal printer needing the NO_UNION_NORMAL quirk. Reported-by: Anton Avramov <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Acked-by: Oliver Neukum <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ab8e009 commit ff651e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/class/cdc-acm.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,6 +1759,9 @@ static const struct usb_device_id acm_ids[] = {
17591759
{ USB_DEVICE(0x1576, 0x03b1), /* Maretron USB100 */
17601760
.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
17611761
},
1762+
{ USB_DEVICE(0xfff0, 0x0100), /* DATECS FP-2000 */
1763+
.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
1764+
},
17621765

17631766
{ USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */
17641767
.driver_info = CLEAR_HALT_CONDITIONS,

0 commit comments

Comments
 (0)