Sun Sep 21 18:02:00 2008 UTC ()
Remove entry in BUGS section about bulk endpoints; bump date.


(jmcneill)
diff -r1.4 -r1.5 src/share/man/man4/uvideo.4

cvs diff -r1.4 -r1.5 src/share/man/man4/uvideo.4 (expand / switch to unified diff)

--- src/share/man/man4/uvideo.4 2008/09/19 08:30:35 1.4
+++ src/share/man/man4/uvideo.4 2008/09/21 18:02:00 1.5
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1.\" $NetBSD: uvideo.4,v 1.4 2008/09/19 08:30:35 wiz Exp $ 1.\" $NetBSD: uvideo.4,v 1.5 2008/09/21 18:02:00 jmcneill Exp $
2.\" 2.\"
3.\" Copyright (c) 2008 Patrick Mahoney 3.\" Copyright (c) 2008 Patrick Mahoney
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE. 25.\" POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.Dd September 18, 2008 27.Dd September 21, 2008
28.Dt UVIDEO 4 28.Dt UVIDEO 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm uvideo 31.Nm uvideo
32.Nd USB video device driver 32.Nd USB video device driver
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Cd "uvideo* at uhub?" 34.Cd "uvideo* at uhub?"
35.Cd "video* at videobus?" 35.Cd "video* at videobus?"
36.Sh DESCRIPTION 36.Sh DESCRIPTION
37The 37The
38.Nm 38.Nm
39driver provides support for 39driver provides support for
40.Tn USB 40.Tn USB
@@ -48,18 +48,16 @@ Each device optionally provides streamin @@ -48,18 +48,16 @@ Each device optionally provides streamin
48.Sh SEE ALSO 48.Sh SEE ALSO
49The USB Specifications can be found at: 49The USB Specifications can be found at:
50.Dv http://www.usb.org/developers/docs.html 50.Dv http://www.usb.org/developers/docs.html
51.Pp 51.Pp
52.Xr video 4 , 52.Xr video 4 ,
53.Xr video 9 53.Xr video 9
54.Sh AUTHORS 54.Sh AUTHORS
55.An Patrick Mahoney Aq pat@polycrystal.org 55.An Patrick Mahoney Aq pat@polycrystal.org
56.Sh BUGS 56.Sh BUGS
57Does not support all of UVC spec. 57Does not support all of UVC spec.
58Only supports the one streaming input interface. 58Only supports the one streaming input interface.
59Does not support the interrupt endpoint for some controls. 59Does not support the interrupt endpoint for some controls.
60.Pp 60.Pp
61Bulk endpoints are not supported. 
62.Pp 
63Exports the Video4Linux2 API via 61Exports the Video4Linux2 API via
64.Xr video 9 , 62.Xr video 9 ,
65and V4L2 lacks support for some UVC features such as still images. 63and V4L2 lacks support for some UVC features such as still images.