|
@@ -1758,6 +1758,9 @@ static const struct usb_device_id acm_ids[] = {
|
|
|
{ USB_DEVICE(0x11ca, 0x0201), /* VeriFone Mx870 Gadget Serial */
|
|
|
.driver_info = SINGLE_RX_URB,
|
|
|
},
|
|
|
+ { USB_DEVICE(0x1965, 0x0018), /* Uniden UBC125XLT */
|
|
|
+ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
|
|
+ },
|
|
|
{ USB_DEVICE(0x22b8, 0x7000), /* Motorola Q Phone */
|
|
|
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
|
|
},
|