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 ab8e009 commit ff651e8Copy full SHA for ff651e8
drivers/usb/class/cdc-acm.c
@@ -1759,6 +1759,9 @@ static const struct usb_device_id acm_ids[] = {
1759
{ USB_DEVICE(0x1576, 0x03b1), /* Maretron USB100 */
1760
.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
1761
},
1762
+ { USB_DEVICE(0xfff0, 0x0100), /* DATECS FP-2000 */
1763
+ .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
1764
+ },
1765
1766
{ USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */
1767
.driver_info = CLEAR_HALT_CONDITIONS,
0 commit comments