
6 Jul
2017
6 Jul
'17
6:49 a.m.
On 23 June 2017 at 03:54, Bin Meng bmeng.cn@gmail.com wrote:
For USB host controllers like xHC, its internal representation of hub needs to be updated after the hub descriptor is fetched. This adds a new op that does this.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/usb/host/usb-uclass.c | 11 +++++++++++ include/usb.h | 21 ++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org