diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2008-04-12 18:24:37 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2008-04-12 18:24:37 +0000 |
commit | 433cc379d74e6e6f6245009d4a7bb23e00520520 (patch) | |
tree | 2af2a2ecc59056d1e631e8dd2627ce79ee8a1fcb /share | |
parent | 4fca9e8bb52e8bd309431c36ead6ad001244e14e (diff) |
Initial man page for uvideo(4), not connected to build until driver is.
Changes from and OK jmc@, mglocker@, "go for it" robert@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/uvideo.4 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/share/man/man4/uvideo.4 b/share/man/man4/uvideo.4 new file mode 100644 index 00000000000..bce7bcc693f --- /dev/null +++ b/share/man/man4/uvideo.4 @@ -0,0 +1,54 @@ +.\" $OpenBSD: uvideo.4,v 1.1 2008/04/12 18:24:36 ian Exp $ +.\" +.\" Copyright (c) 2008 Ian Darwin. All rights reserved. +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 12 2008 $ +.Dt UVIDEO 4 +.Os +.Sh NAME +.Nm uvideo +.Nd USB video devices +.Sh SYNOPSIS +.Cd "uvideo* at uhub?" +.Cd "video* at uvideo?" +.Sh DESCRIPTION +The +.Nm +driver supports a range of USB Video Class (UVC) devices including webcams, +camcorders and other cameras. +UVC is a generic specification and many USB video devices follow it. +.\" The following models are known to work: +.\" .Pp +.\" .Bl -tag -width PronComLtd -offset indent -compact +.\" .It SomeCompany +.\" PronCam-100 +.\" .El +.Pp +If the +.Xr uvideo 4 +device attaches successfully, it will attach the +.Xr video 4 +driver to provide higher-level access. +.Sh SEE ALSO +.Xr intro 4 , +.Xr usb 4 +.\" , +.\" .Xr video 4 +.Sh HISTORY +The +.Nm +driver +first appeared in +.Ox 4.4 . |