[U-Boot] [PATCH 1/2] Add USB host ethernet adapter support

Wolfgang Denk wd at denx.de
Tue Feb 8 07:34:24 CET 2011


Dear Simon Glass,

In message <1297129461-16420-1-git-send-email-sjg at chromium.org> you wrote:
> This adds support for using USB Ethernet dongles in host mode. This is just
> the framework - drivers will come later. A new config option called
> CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
> on.
> 
> The was originally written by NVIDIA and was cleaned up for release by the
> Chromium authors.
...
> +int eth_register(struct eth_device* dev)

Please make this

	int eth_register(struct eth_device *dev)


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Make it right before you make it faster.


More information about the U-Boot mailing list