Skip to content
Snippets Groups Projects
  1. Feb 19, 2011
    • Simon Glass's avatar
      Add USB host ethernet adapter support · 89d48367
      Simon Glass authored
      
      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: default avatarSimon Glass <sjg@chromium.org>
      89d48367
    • Simon Glass's avatar
      Fix EHCI usb submit timeout and unify with OHCI · 96820a35
      Simon Glass authored
      
      Changed both to use a common timeout for URB submission, since they were using
      different values and EHCI's was too short.
      
      Also fixed EHCI to actually check if urb submission succeeded, rather than
      silently continuing into the weeds.
      
      Change-Id: I7f71499ffaa05187d8e5618db2419e1606007b82
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      96820a35
  2. Feb 15, 2011
  3. Feb 12, 2011
Loading