https://github.com/torvalds/linux
Revision ae0d6cceb20eec57e7196c22999c62c465ffd5bf authored by Pete Zaitcev on 25 June 2005, 21:32:59 UTC, committed by Greg Kroah-Hartman on 12 July 2005, 18:52:55 UTC
Make usbmon to print Setup packets of Control transfers. This is useful
when debugging enumeration issues.

This is a change to the trace format which is not fully compatible.
A parser has to look at the data length word now. If that word is
a character like 's', read setup packet before proceeding with data.
I decided not to bump the API tag for this because not many such
parsers exist at this point.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent ead99eb
History
Tip revision: ae0d6cceb20eec57e7196c22999c62c465ffd5bf authored by Pete Zaitcev on 25 June 2005, 21:32:59 UTC
[PATCH] USB: Patch to make usbmon to print control setup packets
Tip revision: ae0d6cc

README

back to top