Index: uspace/lib/usb/include/usb/descriptor.h
===================================================================
--- uspace/lib/usb/include/usb/descriptor.h	(revision 56257bacb801bcdf1177e596773f80cf4e253e5d)
+++ uspace/lib/usb/include/usb/descriptor.h	(revision 970f6e17bc50adfee9cdfeffeb8ae2b6736726ae)
@@ -217,8 +217,6 @@
 #define USB_ED_GET_ADD_OPPS(ed) \
 	((uint16_usb2host((ed).max_packet_size) >> 11) & 0x3)
-	/** Polling interval in milliseconds.
-	 * Ignored for bulk and control endpoints.
-	 * Isochronous endpoints must use value 1.
-	 * Interrupt endpoints any value from 1 to 255.
+	/** Polling interval. Different semantics for various (speed, type)
+	 * pairs.
 	 */
 	uint8_t poll_interval;
