Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7d491a1 authored by Jean-Christian de Rivaz's avatar Jean-Christian de Rivaz Committed by David S. Miller
Browse files

Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

This USB V.92/V.32bis Controllered Modem have the USB vendor ID 0x0572
and device ID 0x1340. It need the NO_UNION_NORMAL quirk to be recognized.

Reference:
http://www.conexant.com/servlets/DownloadServlet/DSH-201723-005.pdf?docid=1725&revid=5


See idVendor and idProduct in table 6-1. Device Descriptors

Signed-off-by: default avatarJean-Christian de Rivaz <jc@eclis.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aac9453b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1551,6 +1551,9 @@ static const struct usb_device_id acm_ids[] = {
					   Maybe we should define a new
					   quirk for this. */
	},
	{ USB_DEVICE(0x0572, 0x1340), /* Conexant CX93010-2x UCMxx */
	.driver_info = NO_UNION_NORMAL,
	},
	{ USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */
	.driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
	},