]> git.proxmox.com Git - qemu.git/commit - hw/usb/hcd-uhci.c
usb-uhci: implement packet queuing
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 27 Jan 2012 16:27:31 +0000 (17:27 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 10:13:27 +0000 (11:13 +0100)
commit5a248289a8db9e5c872435757165e086d42bece1
treef11a5abd915aab2005099be004f67157b1544143
parent971a5a406ed3631797a6c83e47f6fc2e7d410f8f
usb-uhci: implement packet queuing

When a usb device is busy processing a packet (and returns
USB_RET_ASYNC), continue walking the transfer descriptor list
and process them to fill the request queue.

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