Commit 5732ce84 authored by David Hollis's avatar David Hollis Committed by Greg Kroah-Hartman

[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: default avatarDavid Hollis <dhollis@davehollis.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a966f3e7
...@@ -916,6 +916,10 @@ static const struct usb_device_id products [] = { ...@@ -916,6 +916,10 @@ static const struct usb_device_id products [] = {
// Linksys USB200M Rev 2 // Linksys USB200M Rev 2
USB_DEVICE (0x13b1, 0x0018), USB_DEVICE (0x13b1, 0x0018),
.driver_info = (unsigned long) &ax88772_info, .driver_info = (unsigned long) &ax88772_info,
}, {
// 0Q0 cable ethernet
USB_DEVICE (0x1557, 0x7720),
.driver_info = (unsigned long) &ax88772_info,
}, },
{ }, // END { }, // END
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment