USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
[firefly-linux-kernel-4.4.55.git] / drivers / usb / class / cdc-acm.c
index 9b1cbcf8fb7fcfbd0f3b576d207a90dd4421c62f..81f59e8b75219c0d1a96a2736e13049c77ce7fb6 100644 (file)
@@ -1529,6 +1529,8 @@ static int acm_reset_resume(struct usb_interface *intf)
 
 static const struct usb_device_id acm_ids[] = {
        /* quirky and broken devices */
+       { USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
+       .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
        { USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
        .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
        },