From 95dd1c4d7a46d4a21fe870bb8654aeae338de85c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 8 May 2014 11:42:53 +0200 Subject: usb: add uhci port status reserved bit Signed-off-by: Gerd Hoffmann --- include/hw/usb/uhci-regs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hw') 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) -- cgit v1.2.3