Re: [U-Boot] [PATCH 3/7] usb: dwc2: Throttle the setup packet resending

2016-05-06 Thread Marek Vasut
On 05/04/2016 07:08 PM, Stephen Warren wrote: > On 05/03/2016 02:51 PM, Marek Vasut wrote: >> Abort the request in case any of the tokens in the packet failed to >> complete transfer 10 times. This is a precaution needed so that we >> don't end in endless loop when scanning the bus with some

Re: [U-Boot] [PATCH 3/7] usb: dwc2: Throttle the setup packet resending

2016-05-04 Thread Marek Vasut
On 05/04/2016 07:08 PM, Stephen Warren wrote: > On 05/03/2016 02:51 PM, Marek Vasut wrote: >> Abort the request in case any of the tokens in the packet failed to >> complete transfer 10 times. This is a precaution needed so that we >> don't end in endless loop when scanning the bus with some

Re: [U-Boot] [PATCH 3/7] usb: dwc2: Throttle the setup packet resending

2016-05-04 Thread Stephen Warren
On 05/03/2016 02:51 PM, Marek Vasut wrote: Abort the request in case any of the tokens in the packet failed to complete transfer 10 times. This is a precaution needed so that we don't end in endless loop when scanning the bus with some braindead devices. Does this affect USB keyboards when

Re: [U-Boot] [PATCH 3/7] usb: dwc2: Throttle the setup packet resending

2016-05-04 Thread Chin Liang See
On Tue, 2016-05-03 at 22:51 +0200, Marek Vasut wrote: > Abort the request in case any of the tokens in the packet failed to > complete transfer 10 times. This is a precaution needed so that we > don't end in endless loop when scanning the bus with some braindead > devices. > > Signed-off-by:

[U-Boot] [PATCH 3/7] usb: dwc2: Throttle the setup packet resending

2016-05-03 Thread Marek Vasut
Abort the request in case any of the tokens in the packet failed to complete transfer 10 times. This is a precaution needed so that we don't end in endless loop when scanning the bus with some braindead devices. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: