[patch] net/usb : add support for Apple USB Ethernet Adapter

From: Aurelien Nephtali
Date: Tue May 13 2008 - 18:26:26 EST


Hello,

The following patch adds support for Apple USB Ethernet Adapter.

http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?nplm=MB442Z/A

It applies against kernel 2.6.25.3.

Signed-off-by: Aurelien Nephtali <aurelien@xxxxxxxxxxxxx>

--- linux/drivers/net/usb/asix.c.orig 2008-05-13 19:46:19.000000000
+0200
+++ linux/drivers/net/usb/asix.c 2008-05-13 19:47:20.000000000
+0200
@@ -1437,6 +1437,10 @@ static const struct usb_device_id produc
// 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,
},
{ }, // END
};

--
Aurelien Nephtali



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/