diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-08 11:42:53 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-06-02 16:28:59 +0200 |
commit | 95dd1c4d7a46d4a21fe870bb8654aeae338de85c (patch) | |
tree | 0f28ade5a08570f9cefeba72041e7840ea494523 /include/hw/usb | |
parent | 9a1d111e70d6d3e0d8faf750e28aa5d2cc30d6bf (diff) | |
download | qemu-95dd1c4d7a46d4a21fe870bb8654aeae338de85c.zip |
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.h | 1 |
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) |