Hi,

2011/2/16 Simon Glass <s...@chromium.org>:
> 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.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>  Makefile                    |    1 +
>  common/cmd_usb.c            |   12 +++-
>  common/usb.c                |    6 ++-
>  doc/README.usb              |    4 +-
>  drivers/usb/eth/Makefile    |   45 ++++++++++++++
>  drivers/usb/eth/usb_ether.c |  143 
> +++++++++++++++++++++++++++++++++++++++++++
>  include/usb.h               |    9 +++-
>  include/usb_ether.h         |   61 ++++++++++++++++++
>  net/eth.c                   |   41 +++++++------
>  9 files changed, 298 insertions(+), 24 deletions(-)
>  create mode 100644 drivers/usb/eth/Makefile
>  create mode 100644 drivers/usb/eth/usb_ether.c
>  create mode 100644 include/usb_ether.h

Applied to u-boot-usb.
Thanks.

Remy
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to