Index: uspace/lib/usb/usb.h
===================================================================
--- uspace/lib/usb/usb.h	(revision a498728e70bc9545710819930b0cb80b9dc78718)
+++ uspace/lib/usb/usb.h	(revision ca07cd38cc4c8d1bf28bd26cf1e06a9df555ce24)
@@ -64,4 +64,9 @@
 typedef int usb_endpoint_t;
 
+/** Maximum endpoint number in USB 1.1.
+ */
+#define USB11_ENDPOINT_MAX 16
+
+
 /** USB complete address type. 
  * Pair address + endpoint is identification of transaction recipient.
