summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-11-01 17:15:04 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-11-08 18:41:47 +0100
commite696b1da42cd80787d45f6e9a6329d9ef3c8acb2 (patch)
tree5b22d8e53eb5650f20d646597bb6473d94eb1fe9 /hw/usb/hcd-ehci.h
parent01e26b0ea3c289efc58d31e28408e42c3fcded22 (diff)
downloadqemu-e696b1da42cd80787d45f6e9a6329d9ef3c8acb2.tar.gz
ehci: Add support for packets with both data and an error status
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/hcd-ehci.h')
-rw-r--r--hw/usb/hcd-ehci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/hcd-ehci.h b/hw/usb/hcd-ehci.h
index 0ec675c352..d8078f4555 100644
--- a/hw/usb/hcd-ehci.h
+++ b/hw/usb/hcd-ehci.h
@@ -230,7 +230,6 @@ struct EHCIPacket {
QEMUSGList sgl;
int pid;
enum async_state async;
- int usb_status;
};
struct EHCIQueue {