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 0146d41307d94a76b3dbef53698d10860734a6d5)
@@ -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;
 
