From: Alan Stern Date: Mon, 29 Jun 2009 18:34:59 +0000 (-0400) Subject: USB: EHCI: report actual_length for iso transfers X-Git-Tag: v2.6.27.29~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efd92d2374b8c77951c10648948ea27200043d6;p=pandora-kernel.git USB: EHCI: report actual_length for iso transfers commit ec6d67e39f5638c792eb7490bf32586ccb9d8005 upstream. This patch (as1259b) makes ehci-hcd return the total number of bytes transferred in urb->actual_length for Isochronous transfers. Until now, the actual_length value was unaccountably left at 0. Signed-off-by: Alan Stern Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed