Re: [U-Boot] [PATCH 09/20] usb: hub: Add 3.0 hub port status mask of 2.0 hub

2017-06-16 Thread Simon Glass
On 16 June 2017 at 07:31, Bin Meng wrote: > USB 3.0 hub port status has different bit position regarding to > port power, port speed, etc. But others are the same as 2.0 hubs. > > Signed-off-by: Bin Meng > --- > > include/usb_defs.h | 7 ++- > 1 file

[U-Boot] [PATCH 09/20] usb: hub: Add 3.0 hub port status mask of 2.0 hub

2017-06-16 Thread Bin Meng
USB 3.0 hub port status has different bit position regarding to port power, port speed, etc. But others are the same as 2.0 hubs. Signed-off-by: Bin Meng --- include/usb_defs.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/usb_defs.h