]> git.proxmox.com Git - qemu.git/commit
usb-host: fix splitted transfers
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 15 Nov 2012 15:11:49 +0000 (16:11 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 16 Nov 2012 10:27:32 +0000 (11:27 +0100)
commit71e0aa3930e7ac2e039b175ffad222e3dc5b1813
tree5cbd3a2b7e6ae773d6cc766733648df8b56bff67
parent8c908fca584dbf47094b63f132bb49b82eaa3e19
usb-host: fix splitted transfers

USBPacket->actual_length wasn't updated correctly for USBPackets
splitted into multiple urbs.  Fix it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/host-linux.c