-.\" $OpenBSD: usbd_open_pipe.9,v 1.3 2015/05/04 14:36:26 jmc Exp $
+.\" $OpenBSD: usbd_open_pipe.9,v 1.4 2016/06/27 23:38:01 jmatthew Exp $
.\"
.\" Copyright (c) 2015 Sean Levy <attila@stalphonsos.com>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 4 2015 $
+.Dd $Mdocdate: June 27 2016 $
.Dt USBD_OPEN_PIPE 9
.Os
.Sh NAME
A bitmask of flags.
Currently there is only one flag bit defined:
.Bl -tag -width xxx -offset indent
-.It Dv USBD_EXCLUSIVE_ACCESS
+.It Dv USBD_EXCLUSIVE_USE
Do not allow other pipes to use this endpoint while this pipe exists.
.El
.It Fa pipe
Instead,
.Fn usbd_open_pipe_intr
implicitly turns on the
-.Dv USBD_EXCLUSIVE_ACCESS
+.Dv USBD_EXCLUSIVE_USE
bit for the pipe, disallowing multiple interrupt pipes for
the same endpoint.
The