Re: Can a pipe be bigger than 64 byte?



"Denis @ Work" <denisco@xxxxxxx> wrote:

Thanks for the clarification, but my question is in regards to OS driver
not USB, what if a later version for USB allow 1-2...KB?

If there is a USB 3.0, there will have be a new host controller driver,
which would handle whatever the specification allowed. Your device will
still have 2.0 in its version field, so it wouldn't use it.

Would that be reflected in that structure? No matter the date of my driver.

Why would it have to? wMaxPacketSize is 16 bits, and can hold up to 65535
bytes.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.



Relevant Pages