
7 Apr
2015
7 Apr
'15
8:41 p.m.
On 25 March 2015 at 12:22, Simon Glass sjg@chromium.org wrote:
This function now calls usb_setup_device() to set up the device and usb_hub_probe() to check if it is a hub. The XHCI special case is now a parameter to usb_setup_device(). The latter will be used by the USB uclass when it is added, since it does not rely on any CONFIGs or legacy data structures.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
common/usb.c | 114 +++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 68 insertions(+), 46 deletions(-)
Applied to u-boot-dm/next.