projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7724c31
)
USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
author
David Cluytens
<david.cluytens@gmail.com>
Tue, 3 Dec 2013 13:18:57 +0000
(14:18 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 12 Dec 2013 06:36:28 +0000
(22:36 -0800)
commit
3b59d16c513da258ec8f6a0b4db85f257a0380d6
upstream.
Signed-off-by: David Cluytens <david.cluytens@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 9b1cbcf8fb7fcfbd0f3b576d207a90dd4421c62f..81f59e8b75219c0d1a96a2736e13049c77ce7fb6 100644
(file)
--- a/
drivers/usb/class/cdc-acm.c
+++ b/
drivers/usb/class/cdc-acm.c
@@
-1529,6
+1529,8
@@
static int acm_reset_resume(struct usb_interface *intf)
static const struct usb_device_id acm_ids[] = {
/* quirky and broken devices */
+ { USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
+ .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
{ USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
},