projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1d111
)
usb: add uhci port status reserved bit
author
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 8 May 2014 09:42:53 +0000
(11:42 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 2 Jun 2014 14:28:59 +0000
(16:28 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/hw/usb/uhci-regs.h
patch
|
blob
|
history
diff --git
a/include/hw/usb/uhci-regs.h
b/include/hw/usb/uhci-regs.h
index 63c8223633a67883e1637ab290497df02c4b55bb..c7315c5e1f17f4c5ef936aee2336259e9d319545 100644
(file)
--- 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)