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:
108f518
)
Added support for usb ethernet (0x0fe6, 0x9700)
author
Shahar Havivi
<
[email protected]
>
Tue, 22 Feb 2011 04:41:11 +0000
(
04:41
+0000)
committer
David S. Miller
<
[email protected]
>
Wed, 23 Feb 2011 22:32:28 +0000
(14:32 -0800)
The device is very similar to (0x0fe6, 0x8101),
And works well with dm9601 driver.
Signed-off-by: Shahar Havivi <
[email protected]
>
Acked-by: Peter Korsgaard <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/usb/dm9601.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/dm9601.c
b/drivers/net/usb/dm9601.c
index 02b622e3b9fb3b13a5457fe85d01bc1875125716..5002f5be47be7dcbd95e0fd9cee2a80910046a81 100644
(file)
--- a/
drivers/net/usb/dm9601.c
+++ b/
drivers/net/usb/dm9601.c
@@
-650,6
+650,10
@@
static const struct usb_device_id products[] = {
USB_DEVICE(0x0fe6, 0x8101), /* DM9601 USB to Fast Ethernet Adapter */
.driver_info = (unsigned long)&dm9601_info,
},
+ {
+ USB_DEVICE(0x0fe6, 0x9700), /* DM9601 USB to Fast Ethernet Adapter */
+ .driver_info = (unsigned long)&dm9601_info,
+ },
{
USB_DEVICE(0x0a46, 0x9000), /* DM9000E */
.driver_info = (unsigned long)&dm9601_info,