]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
uhci: Use only one queue for ctrl endpoints
authorHans de Goede <hdegoede@redhat.com>
Wed, 24 Oct 2012 16:31:20 +0000 (18:31 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Oct 2012 07:08:12 +0000 (09:08 +0200)
commit6fe30910abd7e0f4af69f8e522ccfe6b5125abbb
tree22ea78f41509cb3921e70918145a51404a8d4d99
parent8928c9c43df1a0eeda1ae2e9582beb34dce49330
uhci: Use only one queue for ctrl endpoints

ctrl endpoints use different pids for different phases of a control
transfer, this patch makes us use only one queue for a ctrl ep, rather
then 3.

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