summaryrefslogtreecommitdiff
path: root/include/hw/usb
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-08 11:42:53 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-06-02 16:28:59 +0200
commit95dd1c4d7a46d4a21fe870bb8654aeae338de85c (patch)
tree0f28ade5a08570f9cefeba72041e7840ea494523 /include/hw/usb
parent9a1d111e70d6d3e0d8faf750e28aa5d2cc30d6bf (diff)
downloadqemu-95dd1c4d7a46d4a21fe870bb8654aeae338de85c.tar.gz
usb: add uhci port status reserved bit
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw/usb')
-rw-r--r--include/hw/usb/uhci-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/usb/uhci-regs.h b/include/hw/usb/uhci-regs.h
index 63c8223633..c7315c5e1f 100644
--- a/include/hw/usb/uhci-regs.h
+++ b/include/hw/usb/uhci-regs.h
@@ -27,6 +27,7 @@
#define UHCI_PORT_SUSPEND (1 << 12)
#define UHCI_PORT_RESET (1 << 9)
#define UHCI_PORT_LSDA (1 << 8)
+#define UHCI_PORT_RSVD1 (1 << 7)
#define UHCI_PORT_RD (1 << 6)
#define UHCI_PORT_ENC (1 << 3)
#define UHCI_PORT_EN (1 << 2)