[PATCH] Apple USB Ethernet Adapter

Henrik Rydberg rydberg at euromail.se
Mon Jul 21 19:41:33 UTC 2008


From: Henrik Rydberg <rydberg at euromail.se>

This patch makes the asix driver recognize the Apple USB ethernet adapter.

Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
---

The patch has been known since hardy 2.6.24-17; it would be great to get it into 2.6.24-20.

This patch is against Ubuntu-2.6.24-20.37-2-g6ab938d.

 drivers/net/usb/asix.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
index 569028b..4fa1a9d 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1437,6 +1437,10 @@ 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,
 },
 	{ },		// END
 };
-- 
1.5.4.3






More information about the kernel-team mailing list