> From: David Laight
> Only receive TD can have a transfer length less than the transfer size,
> so rename COMP_SHORT_TX to COMP_SHORT_RX, XHCI_TRUST_TX_LENGTH to
> XHCI_TRUST_RX_LENGTH.
> handle_tx_event() is called for both receive and transmit completions
> so rename to handle_data_event()
On Fri, 1 Nov 2013, David Laight wrote:
> > Subject: Re: [PATCH] usb: xhci: Less verbose tracing of short receives
> >
> > On Thu, 31 Oct 2013, David Laight wrote:
> >
> > > Only receive TD can have a transfer length less than the transfer size,
> >
>
> Subject: Re: [PATCH] usb: xhci: Less verbose tracing of short receives
>
> On Thu, 31 Oct 2013, David Laight wrote:
>
> > Only receive TD can have a transfer length less than the transfer size,
>
> Without commenting on the patch itself, let me point out that this
&
On Thu, 31 Oct 2013, David Laight wrote:
> Only receive TD can have a transfer length less than the transfer size,
Without commenting on the patch itself, let me point out that this
statement is wrong. An OUT transfer can terminate early for several
reasons. They are all error conditions, howev