]> Git Repo - linux.git/blobdiff - drivers/usb/class/cdc-acm.c
net: Call into DSA netdevice_ops wrappers
[linux.git] / drivers / usb / class / cdc-acm.c
index f67088bb8218b82f9089be2e3d6a3228e77886ca..d5187b50fc82889d771473c1b7e354cea06ce00f 100644 (file)
@@ -1689,6 +1689,8 @@ static int acm_pre_reset(struct usb_interface *intf)
 
 static const struct usb_device_id acm_ids[] = {
        /* quirky and broken devices */
+       { USB_DEVICE(0x0424, 0x274e), /* Microchip Technology, Inc. (formerly SMSC) */
+         .driver_info = DISABLE_ECHO, }, /* DISABLE ECHO in termios flag */
        { USB_DEVICE(0x076d, 0x0006), /* Denso Cradle CU-321 */
        .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
        { USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
This page took 0.025685 seconds and 4 git commands to generate.