From: Alan Stern Date: Fri, 6 Nov 2009 17:32:23 +0000 (-0500) Subject: USB: add scatter-gather support to usbmon X-Git-Tag: v2.6.33-rc1~315^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b375e1169d8ecc9e9db3ecba8147d484b5510833;p=pandora-kernel.git USB: add scatter-gather support to usbmon This patch (as1301) adds support to usbmon for scatter-gather URBs. The text interface looks at only the first scatterlist element, since it never copies more than 32 bytes of data anyway. The binary interface copies as much data as possible up to the first non-addressable buffer. Signed-off-by: Alan Stern CC: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed