qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/5] usb: add uhci port status reserved bit


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 3/5] usb: add uhci port status reserved bit
Date: Mon, 26 May 2014 10:56:42 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 include/hw/usb/uhci-regs.h | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]