• G
    ehci: add queuing support · 773dc9cd
    Gerd Hoffmann 提交于
    Add packet queuing.  Follow the qTD chain to see if there are more
    packets we can submit.  Improves performance on larger transfers,
    especially with usb-host, as we don't have to wait for a packet to
    finish before sending the next one to the host for processing.
    Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
    773dc9cd
hcd-ehci.c 70.3 KB