ehci: make ehci_execute work on EHCIPacket instead of EHCIQueue
commit4224558f87371f87929df1064ddb733104fe5f15
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 May 2012 10:10:47 +0000 (10 12:10 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:22 +0000 (7 10:02 +0200)
tree915dbabb96f5bfb732a9b463735fce57c325636e
parenteb36a88e6b3a93001ba224aab5e631d251acae65
ehci: make ehci_execute work on EHCIPacket instead of EHCIQueue

This way it is possible to use ehci_execute to submit others than the
first EHCIPacket of the EHCIQueue.

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