]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/usb/asix.c
USB: net: asix: add support for Cables-to-Go USB Ethernet adapter
[linux-2.6-omap-h63xx.git] / drivers / net / usb / asix.c
index dc6f097062df3cb385d296cabfde169f54081bf4..e12cdb4543b406f543e6e363dd43dcef20918db7 100644 (file)
@@ -1440,6 +1440,14 @@ static const struct usb_device_id        products [] = {
        // Belkin F5D5055
        USB_DEVICE(0x050d, 0x5055),
        .driver_info = (unsigned long) &ax88178_info,
+}, {
+       // Apple USB Ethernet Adapter
+       USB_DEVICE(0x05ac, 0x1402),
+       .driver_info = (unsigned long) &ax88772_info,
+}, {
+       // Cables-to-Go USB Ethernet Adapter
+       USB_DEVICE(0x0b95, 0x772a),
+       .driver_info = (unsigned long) &ax88772_info,
 },
        { },            // END
 };