|
@@ -1650,6 +1650,8 @@ static int acm_reset_resume(struct usb_interface *intf)
|
|
|
|
|
|
static const struct usb_device_id acm_ids[] = {
|
|
static const struct usb_device_id acm_ids[] = {
|
|
/* quirky and broken devices */
|
|
/* quirky and broken devices */
|
|
|
|
+ { USB_DEVICE(0x076d, 0x0006), /* Denso Cradle CU-321 */
|
|
|
|
+ .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
|
|
{ USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
|
|
{ USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
|
|
.driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
|
|
.driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
|
|
{ USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
|
|
{ USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
|