diff options
author | Stefan Kempf <stefan@cvs.openbsd.org> | 2016-02-28 17:57:51 +0000 |
---|---|---|
committer | Stefan Kempf <stefan@cvs.openbsd.org> | 2016-02-28 17:57:51 +0000 |
commit | 43330e100434f30b2b0a53caff94f395f110ba93 (patch) | |
tree | 2c990c29acbb6040625f75fecae74c9de68567de /share/man | |
parent | fa35b09d6b1e3dd78046d5654ecf909b32a652ed (diff) |
Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.
Nothing uses it.
suggested by and ok mpi@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/uhid.4 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4 index 321c8c62e3d..bd608f12063 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.16 2010/07/10 20:40:34 gilles Exp $ +.\" $OpenBSD: uhid.4,v 1.17 2016/02/28 17:57:50 stefan Exp $ .\" $NetBSD: uhid.4,v 1.13 2001/12/29 14:41:59 augustss Exp $ .\" .\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 10 2010 $ +.Dd $Mdocdate: February 28 2016 $ .Dt UHID 4 .Os .Sh NAME @@ -59,15 +59,6 @@ struct usb_ctl_report_desc { u_char ucrd_data[1024]; /* filled data size will vary */ }; .Ed -.It Dv USB_SET_IMMED (int) -Sets the device in a mode where each -.Xr read 2 -will return the current value of the input report. -Normally a -.Xr read 2 -will only return the data that the device reports on its -interrupt pipe. -This call may fail if the device does not support this feature. .It Dv USB_GET_REPORT (struct usb_ctl_report) Get a report from the device without waiting for data on the interrupt pipe. |