diff options
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
-rw-r--r-- | drivers/usb/class/cdc-acm.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index ed8c62b2d9d1..739f8960811a 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
@@ -1865,6 +1865,13 @@ static const struct usb_device_id acm_ids[] = { | |||
1865 | .driver_info = IGNORE_DEVICE, | 1865 | .driver_info = IGNORE_DEVICE, |
1866 | }, | 1866 | }, |
1867 | 1867 | ||
1868 | { USB_DEVICE(0x1bc7, 0x0021), /* Telit 3G ACM only composition */ | ||
1869 | .driver_info = SEND_ZERO_PACKET, | ||
1870 | }, | ||
1871 | { USB_DEVICE(0x1bc7, 0x0023), /* Telit 3G ACM + ECM composition */ | ||
1872 | .driver_info = SEND_ZERO_PACKET, | ||
1873 | }, | ||
1874 | |||
1868 | /* control interfaces without any protocol set */ | 1875 | /* control interfaces without any protocol set */ |
1869 | { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, | 1876 | { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, |
1870 | USB_CDC_PROTO_NONE) }, | 1877 | USB_CDC_PROTO_NONE) }, |