From: Pete Zaitcev Date: Sun, 4 Dec 2005 05:52:10 +0000 (-0800) Subject: [PATCH] USB: Let usbmon collect less garbage X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b09422570e5e35a9f590a1ead63e711aefac8c;p=pandora-kernel.git [PATCH] USB: Let usbmon collect less garbage Alan Stern pointed out that (in 2.6 kernel) one successful submission results in one callback, even for ISO-out transfers. Thus, the silly check can be removed from usbmon. This reduces the amount of garbage printed in case of ISO and Interrupt transfers. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed