net/usb: add support for Apple USB Ethernet Adapter
Add support for Apple USB Ethernet Adapter. http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?nplm=MB442Z/A Signed-off-by: Aurelien Nephtali <aurelien@sitadelle.com> Acked-by: Greg KH <greg@kroah.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
7fa0cba330
commit
3d60efb55f
1 changed files with 4 additions and 0 deletions
|
@ -1440,6 +1440,10 @@ static const struct usb_device_id products [] = {
|
||||||
// Belkin F5D5055
|
// Belkin F5D5055
|
||||||
USB_DEVICE(0x050d, 0x5055),
|
USB_DEVICE(0x050d, 0x5055),
|
||||||
.driver_info = (unsigned long) &ax88178_info,
|
.driver_info = (unsigned long) &ax88178_info,
|
||||||
|
}, {
|
||||||
|
// Apple USB Ethernet Adapter
|
||||||
|
USB_DEVICE(0x05ac, 0x1402),
|
||||||
|
.driver_info = (unsigned long) &ax88772_info,
|
||||||
},
|
},
|
||||||
{ }, // END
|
{ }, // END
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue