commit | 95dd1c4d7a46d4a21fe870bb8654aeae338de85c | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu May 08 11:42:53 2014 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Jun 02 16:28:59 2014 +0200 |
tree | 0f28ade5a08570f9cefeba72041e7840ea494523 | |
parent | 9a1d111e70d6d3e0d8faf750e28aa5d2cc30d6bf [diff] |
usb: add uhci port status reserved bit Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/include/hw/usb/uhci-regs.h b/include/hw/usb/uhci-regs.h index 63c8223..c7315c5 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)