[PATCH 1/1] USB: cdc-acm: Add another conexant modem to the quirks

Andy Whitcroft apw at canonical.com
Wed Mar 18 12:19:43 UTC 2009


From: Alan Cox <alan at redhat.com>

Bug: #323829

commit c89c60e9d6b306fb6963030abb3bd07cc3de66b2 upstream

Another Conexant, another device with the same quirk

Signed-off-by: Alan Cox <alan at redhat.com>
Acked-by: Oliver Neukum <oliver at neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 drivers/usb/class/cdc-acm.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index 61524fc..ed95fca 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1365,6 +1365,9 @@ static struct usb_device_id acm_ids[] = {
 	{ USB_DEVICE(0x0572, 0x1321), /* Conexant USB MODEM CX93010 */
 	.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 */
 	{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
-- 
1.6.1.2.419.g0d87e





More information about the kernel-team mailing list