From a4a97de9ff2cdc56d99a4dc6adf7afe5b8467687 Mon Sep 17 00:00:00 2001 From: augustss Date: Thu, 23 Dec 1999 09:23:48 +0000 Subject: [PATCH] Make sure the man page describes what ioctl()s apply to what endpoints correctly. --- share/man/man4/ugen.4 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/share/man/man4/ugen.4 b/share/man/man4/ugen.4 index 12a14d72e437..63823b628d71 100644 --- a/share/man/man4/ugen.4 +++ b/share/man/man4/ugen.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ugen.4,v 1.9 1999/12/22 23:21:21 augustss Exp $ +.\" $NetBSD: ugen.4,v 1.10 1999/12/23 09:23:48 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -100,7 +100,7 @@ To perform input from an interrupt endpoint should be used. A moderate amount of buffering is done by the driver. .Pp -The control endpoint (endpoint 0) handles the following +All endpoints handle the following .Xr ioctl 2 calls: .Pp @@ -111,7 +111,15 @@ which is shorter than the request specified is reported as an error. .It Dv USB_SET_TIMEOUT (int) Set the timeout on the device operations, the time is specified -in milliseconds. +in milliseconds. The value 0 is used to indicate that there is +no timeout. +.El +.Pp +The control endpoint (endpoint 0) handles the following +.Xr ioctl 2 +calls: +.Pp +.Bl -tag -width indent -compact .It Dv USB_GET_CONFIG (int) Get the device configuration number. .It Dv USB_SET_CONFIG (int)