OSDN Git Service

usb-uhci: queuing fix
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 29 Mar 2012 14:02:20 +0000 (16:02 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 17 Apr 2012 08:23:27 +0000 (10:23 +0200)
commitee008ba62673943d5cd40c5761955efdbca444cd
tree0c1bebcb1a031ba2a8afa8c46f8edfd2bc88c683
parent52b0fecdba217e02d7e7eef975d942b153950b2f
usb-uhci: queuing fix

When we queue up usb packets we may happen to find a already queued
packet, which also might be finished at that point already.  We don't
want continue processing the packet at this point though, so lets
just signal back we've found a in-flight packet when in queuing mode.

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