Re: [PATCH] xhci: Don't use soft retry if slot id > 0

2019-10-14 Thread Bernhard Gebetsberger
Am 14.10.19 um 10:06 schrieb Mathias Nyman: > On 13.10.2019 3.33, Bernhard Gebetsberger wrote: >> According to the xhci specification(chapter 4.6.8.1) soft retry >> shouldn't be used if the slot id is higher than 0. Currently some usb >> devices break on some systems because soft retry is being

Re: [PATCH] xhci: Don't use soft retry if slot id > 0

2019-10-14 Thread Mathias Nyman
On 13.10.2019 3.33, Bernhard Gebetsberger wrote: According to the xhci specification(chapter 4.6.8.1) soft retry shouldn't be used if the slot id is higher than 0. Currently some usb devices break on some systems because soft retry is being used when there is a transaction error, without

[PATCH] xhci: Don't use soft retry if slot id > 0

2019-10-12 Thread Bernhard Gebetsberger
According to the xhci specification(chapter 4.6.8.1) soft retry shouldn't be used if the slot id is higher than 0. Currently some usb devices break on some systems because soft retry is being used when there is a transaction error, without checking the slot id. Fixes: f8f80be501aa ("xhci: Use