aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/usb/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/ehci.h')
-rw-r--r--src/drivers/usb/ehci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/usb/ehci.h b/src/drivers/usb/ehci.h
index f9203522a5..6904656314 100644
--- a/src/drivers/usb/ehci.h
+++ b/src/drivers/usb/ehci.h
@@ -197,4 +197,7 @@ struct ehci_dbg_port {
u32 address;
#define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep))
} __attribute__ ((packed));
+
+#define USB_DEBUG_DEVNUM 127
+
#endif