Skip to content

Commit

Permalink
[PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Hollis authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent a966f3e commit 5732ce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/usb/net/asix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 5732ce8

Please sign in to comment.