Commit c3baa19b authored by Russ Nelson's avatar Russ Nelson Committed by Greg Kroah-Hartman

USB: cdc-acm: add another device quirk

The Maretron USB100 needs this quirk in order to work properly.
Signed-off-by: default avatarRuss Nelson <nelson@crynwr.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent fa7fe7af
......@@ -1542,6 +1542,9 @@ static const struct usb_device_id acm_ids[] = {
{ USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */
.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
},
{ USB_DEVICE(0x1576, 0x03b1), /* Maretron USB100 */
.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
},
/* Nokia S60 phones expose two ACM channels. The first is
* a modem and is picked up by the standard AT-command
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment