Index: uspace/lib/usb/include/usb/pipes.h
===================================================================
--- uspace/lib/usb/include/usb/pipes.h	(revision 5e168be1ecefb894ab0fb798368d8b2828b56356)
+++ uspace/lib/usb/include/usb/pipes.h	(revision c9dc471a859453f9bcbae4424ecdfa5ea04a5ae9)
@@ -99,4 +99,9 @@
 	/** Number of active transfers over the pipe. */
 	int refcount;
+
+	/** Whether to automatically reset halt on the endpoint.
+	 * Valid only for control endpoint zero.
+	 */
+	bool auto_reset_halt;
 } usb_pipe_t;
 
