Re: [U-Boot] [PATCH 13/16] usb: hub: Call usb_update_hub_device() after hub descriptor is fetched

2017-07-05 Thread Simon Glass
On 23 June 2017 at 03:54, Bin Meng wrote: > After fetching hub descriptor, we need call USB uclass operation need to call > update_hub_device() to notify HCD to do some preparation work. > > Signed-off-by: Bin Meng > --- > > common/usb_hub.c | 11 +++ > 1 file changed, 11 insertions(+)

[U-Boot] [PATCH 13/16] usb: hub: Call usb_update_hub_device() after hub descriptor is fetched

2017-06-23 Thread Bin Meng
After fetching hub descriptor, we need call USB uclass operation update_hub_device() to notify HCD to do some preparation work. Signed-off-by: Bin Meng --- common/usb_hub.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/common/usb_hub.c b/common/usb_hub.c index 4911981..2fc544