projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a966f3e
)
[PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet
author
David Hollis
<dhollis@davehollis.com>
Thu, 5 Jan 2006 19:39:49 +0000
(14:39 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 1 Feb 2006 01:23:38 +0000
(17:23 -0800)
Add device IDs for the 0G0 Cable Ethernet device as reported by
Charles Lepple <clepple@gmail.com>.
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
5411816
..
3094970
100644
(file)
--- a/
drivers/usb/net/asix.c
+++ b/
drivers/usb/net/asix.c
@@
-916,6
+916,10
@@
static const struct usb_device_id products [] = {
// Linksys USB200M Rev 2
USB_DEVICE (0x13b1, 0x0018),
.driver_info = (unsigned long) &ax88772_info,
+}, {
+ // 0Q0 cable ethernet
+ USB_DEVICE (0x1557, 0x7720),
+ .driver_info = (unsigned long) &ax88772_info,
},
{ }, // END
};