USB: EHCI: report actual_length for iso transfers
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 29 Jun 2009 18:34:59 +0000 (14:34 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 12 Jul 2009 22:16:40 +0000 (15:16 -0700)
commitec6d67e39f5638c792eb7490bf32586ccb9d8005
treec65d267dc4979edfd7695d6a2e55d44ab13a8d7e
parentf092c240494f2d807401d93f95f683909b90af96
USB: EHCI: report actual_length for iso transfers

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 <stern@rowland.harvard.edu>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-sched.c