|
@@ -1495,6 +1495,9 @@ static struct usb_device_id acm_ids[] = {
|
|
|
Maybe we should define a new
|
|
|
quirk for this. */
|
|
|
},
|
|
|
+ { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */
|
|
|
+ .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
|
|
|
+ },
|
|
|
|
|
|
/* control interfaces with various AT-command sets */
|
|
|
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
|