aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/net/asix.c
diff options
context:
space:
mode:
authorDavid Hollis <dhollis@davehollis.com>2006-01-05 14:39:49 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-31 17:23:38 -0800
commit5732ce8424527ec271e8fa43709948852aa3fc0a (patch)
tree4bd7f624812c0ac549d2d9ff41971575e443e50a /drivers/usb/net/asix.c
parenta966f3e7512084f916049579067f532908ba3a49 (diff)
downloadlinux-5732ce8424527ec271e8fa43709948852aa3fc0a.tar.gz
[PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet
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>
Diffstat (limited to 'drivers/usb/net/asix.c')
-rw-r--r--drivers/usb/net/asix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/net/asix.c b/drivers/usb/net/asix.c
index 541181695040b..3094970615cb9 100644
--- 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
};