From: Alan Stern Date: Sat, 6 Mar 2010 20:04:03 +0000 (-0500) Subject: USB: fix usbfs regression X-Git-Tag: v2.6.34-rc2~8^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7152b592593b9d48b33f8997b1dfd6df9143f7ec;p=pandora-kernel.git USB: fix usbfs regression This patch (as1352) fixes a bug in the way isochronous input data is returned to userspace for usbfs transfers. The entire buffer must be copied, not just the first actual_length bytes, because the individual packets will be discontiguous if any of them are short. Reported-by: Markus Rechberger Signed-off-by: Alan Stern CC: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed