I'm looking at the request/response record of a get descriptor zero.

This is the correct request
80 06 00 03 00 00 ff 00

Response
00 00 00 00 00 00 00 00 04 03 09 04

Response has eight bytes of leading zeros which correspond to the
eight bytes of the request.
I think response should either look like this
80 06 00 03 00 00 ff 00 04 03 09 04
or this and not have the eight zeros.
04 03 09 04

I'm using the URB address to correlate submit/complete so it is not a
requirement that I get a copy of the request back.

This problem occurs on every response packet, they all have eight
leading zeros which make the capture file much larger.

-- 
Jon Smirl
[EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to