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@sitadelle.com>
--- 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
--