diff options
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
-rw-r--r-- | drivers/usb/class/cdc-acm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 998b32d0167e..75c4623ad779 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
@@ -1831,6 +1831,9 @@ static const struct usb_device_id acm_ids[] = { | |||
1831 | { USB_DEVICE(0x09d8, 0x0320), /* Elatec GmbH TWN3 */ | 1831 | { USB_DEVICE(0x09d8, 0x0320), /* Elatec GmbH TWN3 */ |
1832 | .driver_info = NO_UNION_NORMAL, /* has misplaced union descriptor */ | 1832 | .driver_info = NO_UNION_NORMAL, /* has misplaced union descriptor */ |
1833 | }, | 1833 | }, |
1834 | { USB_DEVICE(0x0ca6, 0xa050), /* Castles VEGA3000 */ | ||
1835 | .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ | ||
1836 | }, | ||
1834 | 1837 | ||
1835 | { USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */ | 1838 | { USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */ |
1836 | .driver_info = CLEAR_HALT_CONDITIONS, | 1839 | .driver_info = CLEAR_HALT_CONDITIONS, |