]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/eth/usb_ether.c
Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor
[u-boot] / drivers / usb / eth / usb_ether.c
index c2342ed97fcc28566e627f8e0edc4d0ec7a469de..9e3d0066862c8ea0af35b8409dc9b6170d91ce56 100644 (file)
@@ -38,6 +38,13 @@ struct usb_eth_prob_dev {
 
 /* driver functions go here, each bracketed by #ifdef CONFIG_USB_ETHER_xxx */
 static const struct usb_eth_prob_dev prob_dev[] = {
+#ifdef CONFIG_USB_ETHER_ASIX
+       {
+               .before_probe = asix_eth_before_probe,
+               .probe = asix_eth_probe,
+               .get_info = asix_eth_get_info,
+       },
+#endif
        { },            /* END */
 };