]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/class/cdc-acm.c
usb: cdc_acm: Add quirk for Uniden UBC125 scanner
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / class / cdc-acm.c
index 0def6e8d3bf9c849667291441554024b9a41ea1a..ca06df931fbbc32e1af1f6063e392df6932436a0 100644 (file)
@@ -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 */
        },