|
@@ -1440,6 +1440,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
|
|
|
};
|