projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b498a6
)
USB: cdc-acm: Add another conexant modem to the quirks
author
Alan Cox
<
[email protected]
>
Sun, 11 Jan 2009 19:53:10 +0000
(19:53 +0000)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 28 Jan 2009 00:15:37 +0000
(16:15 -0800)
Another Conexant, another device with the same quirk
Signed-off-by: Alan Cox <
[email protected]
>
Acked-by: Oliver Neukum <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/class/cdc-acm.c
patch
|
blob
|
history
diff --git
a/drivers/usb/class/cdc-acm.c
b/drivers/usb/class/cdc-acm.c
index f2bfae7b3984bb58834f4d5359485cd298cee98c..97ba4a985edcbf87144562302d83ba573bd1ff8b 100644
(file)
--- a/
drivers/usb/class/cdc-acm.c
+++ b/
drivers/usb/class/cdc-acm.c
@@
-1376,6
+1376,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,