Re: [Patch] Increase USBFS Bulk Transfer size

From: Johannes Stezenbach
Date: Fri Oct 14 2011 - 18:45:54 EST


On Fri, Oct 14, 2011 at 04:19:34PM -0400, Alan Stern wrote:
> On Fri, 14 Oct 2011, Johannes Stezenbach wrote:
>
> > I don't really want to help Markus with his proprietary, binary-only
> > userspace driver crap, but I wonder why nobody seems to remember
> > how the USB protocol works on the wire?
>
> I remember it perfectly well.

My bad, I'm sorry for hitting the wrong tone.

What I meant to say is Markus' statement that the device only
works at a certain transfer size cannot be true since
this size is not visible to the device via the USB bus.

> > Apparently the device can only handle fixed size packets
> > of either 188 or 2*188 byte, thus it breaks with 12288 or 11776.
>
> No. The device expects 512-byte packets because it uses a bulk
> endpoint.
>
> > The endpoint's wMaxPacketSize might reflect this.
>
> For high-speed devices, a bulk endpoint's wMaxPacketSize must always be
> 512.

OK, after re-reading the USB spec I see you are right
and I stand corrected.

> > I guess a transfer size of e.g. 188*60=11280 would work.
> > See the first mail of this thread.
>
> According to Markus, with this particular device nothing but 24064
> works. The discussion is a little difficult to follow because he
> talked about two different devices without always being clear about
> which was which.

If you queue two URBs, one 12288 and 11776 bytes, the device
does not see any difference to one URB with 24064. It's just not
in the USB wire protocol. It would make a difference if the
device violated the spec and sent 188 byte packets. However, the
spec says a short packet terminates the transfer. But I wonder
if this is really the case?


Johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/