Hi
On 30.06.2015 04:54, Reyad Attiyat wrote:
> Hey Mathias,
>
> The intention is to send an extra endpoint packet of length zero as my
> wireless card needs this to function properly. I have skimmed through
> the xhci spec and assumed that each td would generate a packet. That
> is why I do not c
Hey Mathias,
The intention is to send an extra endpoint packet of length zero as my
wireless card needs this to function properly. I have skimmed through
the xhci spec and assumed that each td would generate a packet. That
is why I do not chain the last trb or add a interrupt flag, since I
don't w
Hi
On 29.06.2015 03:53, Reyad Attiyat wrote:
> This commmit checks for the URB_ZERO_PACKET flag and creates an extra
> zero-length td if the urb transfer length is a multiple of the endpoint's
> max packet length.
>
> Signed-off-by: Reyad Attiyat
> ---
Thanks for the patch.
Generic idea and imp
> From: Sarah Sharp
> On Wed, Nov 13, 2013 at 12:28:09PM -, David Laight wrote:
> > If URB_ZERO_PACKET is set on a transfer that is an integral number
> > of maximum length packets (1k for USB3 bulk) then an additional
> > zero length fragment must be sent.
> >
> > Merge together the functions
On Wed, Nov 13, 2013 at 12:28:09PM -, David Laight wrote:
> If URB_ZERO_PACKET is set on a transfer that is an integral number
> of maximum length packets (1k for USB3 bulk) then an additional
> zero length fragment must be sent.
>
> Merge together the functions that setup single buffer and sc