You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
USB: cdc-acm: Add another conexant modem to the quirks
Another Conexant, another device with the same quirk Signed-off-by: Alan Cox <alan@redhat.com> Acked-by: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3b498a66a6
commit
c89c60e9d6
@@ -1376,6 +1376,9 @@ static struct usb_device_id acm_ids[] = {
|
|||||||
{ USB_DEVICE(0x0572, 0x1321), /* Conexant USB MODEM CX93010 */
|
{ USB_DEVICE(0x0572, 0x1321), /* Conexant USB MODEM CX93010 */
|
||||||
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||||
},
|
},
|
||||||
|
{ USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */
|
||||||
|
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
|
||||||
|
},
|
||||||
|
|
||||||
/* control interfaces with various AT-command sets */
|
/* control interfaces with various AT-command sets */
|
||||||
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
|
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
|
||||||
|
|||||||
Reference in New Issue
Block a user