> From: Thomas Pugliese
> Sent: 09 December 2013 19:11
> To: linux-usb@vger.kernel.org
> Cc: gre...@linuxfoundation.org; Thomas Pugliese
> Subject: [PATCH] usb: wusbcore: fix short transfers
> 
> If a URB is broken up into multiple transfer segments and a short
> transfer occurs in any segment other than the last, the URB will
> currently get stuck in the driver forever.  This patch adds a check for
> a short transfer and cleans up any pending segments so the URB can
> complete properly.

I thought that generic code ensured that this never happens.
I thought that only xhci supports arbitrary fragmentation.

        David



--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to