RE: [PATCH] usb: xhci: Less verbose tracing of short receives

2013-12-19 Thread David Laight
> 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()

RE: [PATCH] usb: xhci: Less verbose tracing of short receives

2013-11-01 Thread Alan Stern
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, > > >

RE: [PATCH] usb: xhci: Less verbose tracing of short receives

2013-11-01 Thread David Laight
> 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 &

Re: [PATCH] usb: xhci: Less verbose tracing of short receives

2013-10-31 Thread Alan Stern
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