dwc_otg: fix summarize urb->actual_length for isochronous transfers
authorMartin Cerveny <M.Cerveny@computer.org>
Mon, 13 Feb 2017 16:23:47 +0000 (17:23 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 9 Mar 2017 17:52:27 +0000 (17:52 +0000)
commit08c7bce2e61f7dd23c44713e8c99c97c664ed01c
tree0a6ab13a4cb986def77f53f7c6a29099fe0141cc
parent7b983bf9ab14af746651be665376c242b4ee133f
dwc_otg: fix summarize urb->actual_length for isochronous transfers

Kernel does not copy input data of ISO transfers to userspace
if actual_length is set only in ISO transfers and not summarized
in urb->actual_length. Fixes raspberrypi/linux#903
drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c