Re: [U-Boot] [PATCH 7/7] usb: hub: Increase the query delay

2016-05-04 Thread Stephen Warren
On 05/03/2016 02:51 PM, Marek Vasut wrote: Increase the query delay, otherwise some sticks are not detected. The problem shows up on the USB bus analyzer such that the stick takes longer time to switch from FS mode to HS mode than the code allows. diff --git a/common/usb_hub.c

Re: [U-Boot] [PATCH 7/7] usb: hub: Increase the query delay

2016-05-04 Thread Stefan Roese
On 04.05.2016 13:39, Marek Vasut wrote: On 05/04/2016 10:07 AM, Stefan Roese wrote: On 03.05.2016 22:51, Marek Vasut wrote: Increase the query delay, otherwise some sticks are not detected. The problem shows up on the USB bus analyzer such that the stick takes longer time to switch from FS

Re: [U-Boot] [PATCH 7/7] usb: hub: Increase the query delay

2016-05-04 Thread Marek Vasut
On 05/04/2016 10:07 AM, Stefan Roese wrote: > On 03.05.2016 22:51, Marek Vasut wrote: >> Increase the query delay, otherwise some sticks are not detected. >> The problem shows up on the USB bus analyzer such that the stick >> takes longer time to switch from FS mode to HS mode than the code >>

Re: [U-Boot] [PATCH 7/7] usb: hub: Increase the query delay

2016-05-04 Thread Stefan Roese
On 03.05.2016 22:51, Marek Vasut wrote: Increase the query delay, otherwise some sticks are not detected. The problem shows up on the USB bus analyzer such that the stick takes longer time to switch from FS mode to HS mode than the code allows. Signed-off-by: Marek Vasut Cc:

[U-Boot] [PATCH 7/7] usb: hub: Increase the query delay

2016-05-03 Thread Marek Vasut
Increase the query delay, otherwise some sticks are not detected. The problem shows up on the USB bus analyzer such that the stick takes longer time to switch from FS mode to HS mode than the code allows. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh