diff options
Diffstat (limited to 'drivers')
-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 778e023d1467..38bfdb0f6660 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
@@ -1495,6 +1495,9 @@ static struct usb_device_id acm_ids[] = { | |||
1495 | Maybe we should define a new | 1495 | Maybe we should define a new |
1496 | quirk for this. */ | 1496 | quirk for this. */ |
1497 | }, | 1497 | }, |
1498 | { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */ | ||
1499 | .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ | ||
1500 | }, | ||
1498 | 1501 | ||
1499 | /* control interfaces with various AT-command sets */ | 1502 | /* control interfaces with various AT-command sets */ |
1500 | { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, | 1503 | { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, |