aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/usb-ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libusb/usb-ehci.h')
-rw-r--r--lib/libusb/usb-ehci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libusb/usb-ehci.h b/lib/libusb/usb-ehci.h
index 9b4fa82..2955a9c 100644
--- a/lib/libusb/usb-ehci.h
+++ b/lib/libusb/usb-ehci.h
@@ -101,12 +101,15 @@ struct ehci_pipe {
#define HCS_NPORTS_MASK 0x000f
+#define CMD_IAAD (1 << 6)
#define CMD_ASE (1 << 5)
#define CMD_PSE (1 << 4)
#define CMD_FLS_MASK (3 << 2)
#define CMD_HCRESET (1 << 1)
#define CMD_RUN (1 << 0)
+#define STS_IAA (1 << 5)
+
#define PORT_RESET (1 << 8)
#define PORT_PE (1 << 2)
#define PORT_CSC (1 << 1)