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:
9030c0d
)
cdc-subset to support new vendor/product ID
author
jing xiang
<
[email protected]
>
Sat, 14 Jul 2007 06:13:24 +0000
(14:13 +0800)
committer
Jeff Garzik
<
[email protected]
>
Mon, 16 Jul 2007 22:29:15 +0000
(18:29 -0400)
This patch is for cdc subset to support Mavell vendor/product ID.
Signed-off-by: Jing Xiang <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/net/usb/cdc_subset.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/cdc_subset.c
b/drivers/net/usb/cdc_subset.c
index bc62b012602b0a6a85bd6dda00d7702743b8a98e..943988ed01d8492f1787add1db757f4faf3af2a4 100644
(file)
--- a/
drivers/net/usb/cdc_subset.c
+++ b/
drivers/net/usb/cdc_subset.c
@@
-304,6
+304,9
@@
static const struct usb_device_id products [] = {
}, {
USB_DEVICE (0x8086, 0x07d3), // "blob" bootloader
.driver_info = (unsigned long) &blob_info,
+}, {
+ USB_DEVICE (0x1286, 0x8001), // "blob" bootloader
+ .driver_info = (unsigned long) &blob_info,
}, {
// Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config
// e.g. Gumstix, current OpenZaurus, ...