]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb/hcd-ehci.c
ehci: Fix interrupt endpoints no longer working
authorHans de Goede <hdegoede@redhat.com>
Thu, 30 Aug 2012 09:20:51 +0000 (11:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 31 Aug 2012 13:47:57 +0000 (15:47 +0200)
commitadf478342b11cf9f540baf1f387b669210d3bea1
treeac0b17b4e509c9825d7b6c7e1d3726ffdd232264
parent287fd3f1dd0b2abbd69e58b402e5364b334e95bd
ehci: Fix interrupt endpoints no longer working

One of the recent changes (likely the addition of queuing support) has broken
interrupt endpoints, this patch fixes this.

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