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:
3e220e9
)
[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 ids
author
David Hollis
<dhollis@davehollis.com>
Mon, 19 Dec 2005 18:58:38 +0000
(13:58 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 4 Jan 2006 21:51:44 +0000
(13:51 -0800)
Attached patch adds device IDs for the Linksys USB200M Rev 2 device
which uses the AX88772 chipset.
Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/asix.c
patch
|
blob
|
history
diff --git
a/drivers/usb/net/asix.c
b/drivers/usb/net/asix.c
index 2faf2f2bdcdda7338f627bea7c7d3a9cfe27daaf..541181695040b865ec73fae31b2c8616c0875d38 100644
(file)
--- a/
drivers/usb/net/asix.c
+++ b/
drivers/usb/net/asix.c
@@
-912,6
+912,10
@@
static const struct usb_device_id products [] = {
// ASIX AX88772 10/100
USB_DEVICE (0x0b95, 0x7720),
.driver_info = (unsigned long) &ax88772_info,
+}, {
+ // Linksys USB200M Rev 2
+ USB_DEVICE (0x13b1, 0x0018),
+ .driver_info = (unsigned long) &ax88772_info,
},
{ }, // END
};