From: Pete Zaitcev Date: Sat, 25 Jun 2005 21:32:59 +0000 (-0700) Subject: [PATCH] USB: Patch to make usbmon to print control setup packets X-Git-Tag: v2.6.13-rc3~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0d6cceb20eec57e7196c22999c62c465ffd5bf;p=pandora-kernel.git [PATCH] USB: Patch to make usbmon to print control setup packets 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed