提交 c3baa19b 编写于 作者: R Russ Nelson 提交者: Greg Kroah-Hartman

USB: cdc-acm: add another device quirk

The Maretron USB100 needs this quirk in order to work properly.
Signed-off-by: NRuss Nelson <nelson@crynwr.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册