Re: [PATCH] xhci: Add check for invalid byte size error when UAS devices are connected.

2018-09-25 Thread Sandeep Singh
On 9/24/2018 6:39 PM, Mathias Nyman wrote: > On 21.09.2018 16:22, Sandeep Singh wrote: >> From: Sandeep Singh >> >> Observed "TRB completion code (27)" error which corresponds to Stopped - >> Length Invalid error(xhci spec section 4.17.4) while connecting USB to >> SATA bridge. >> >> Looks like

Re: [PATCH] xhci: Add check for invalid byte size error when UAS devices are connected.

2018-09-24 Thread Mathias Nyman
On 21.09.2018 16:22, Sandeep Singh wrote: From: Sandeep Singh Observed "TRB completion code (27)" error which corresponds to Stopped - Length Invalid error(xhci spec section 4.17.4) while connecting USB to SATA bridge. Looks like this case was not considered when the following patch[1] was com

[PATCH] xhci: Add check for invalid byte size error when UAS devices are connected.

2018-09-21 Thread Sandeep Singh
From: Sandeep Singh Observed "TRB completion code (27)" error which corresponds to Stopped - Length Invalid error(xhci spec section 4.17.4) while connecting USB to SATA bridge. Looks like this case was not considered when the following patch[1] was committed. Hence adding this new check which ca