diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-03 19:17:00 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-03 19:17:00 +0000 |
commit | 5c0ed90bc7e77ed22375641a4c591ece6b8d667e (patch) | |
tree | 3f4500f82bd9ea3d2c05b00187e150525ed4ff0e | |
parent | df1dd5db3cc54d70dd0c7997d290724f20a5e804 (diff) |
Initial man page for utvfu(4).
From Patrick Keshishian
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/utvfu.4 | 58 |
2 files changed, 61 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d90f31761d7..8b21cf87999 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.621 2016/05/11 21:52:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.622 2016/06/03 19:16:59 mglocker Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -64,8 +64,8 @@ MAN= aac.4 ac97.4 acphy.4 \ umsm.4 unix.4 uonerng.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 upd.4 \ upgt.4 upl.4 uplcom.4 ural.4 url.4 urlphy.4 \ urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uscom.4 uslcom.4 usps.4 \ - uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 uvideo.4 uvisor.4 \ - uvscom.4 \ + uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 utvfu.4 uvideo.4 \ + uvisor.4 uvscom.4 \ vether.4 vga.4 vgafb.4 vge.4 \ viapm.4 viasio.4 vic.4 video.4 vio.4 \ vioblk.4 viocon.4 viomb.4 viornd.4 vioscsi.4 virtio.4 vlan.4 \ diff --git a/share/man/man4/utvfu.4 b/share/man/man4/utvfu.4 new file mode 100644 index 00000000000..52a1866ef81 --- /dev/null +++ b/share/man/man4/utvfu.4 @@ -0,0 +1,58 @@ +.\" $OpenBSD: utvfu.4,v 1.1 2016/06/03 19:16:59 mglocker Exp $ +.\" +.\" Copyright (c) 2016 Patrick Keshishian. 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: June 3 2016 $ +.Dt UTVFU 4 +.Os +.Sh NAME +.Nm utvfu +.Nd USB Audio/Video capture device +.Sh SYNOPSIS +.Cd "utvfu* at uhub?" +.Cd "audio* at utvfu?" +.Cd "video* at utvfu?" +.Sh DESCRIPTION +The +.Nm +driver supports USB Audio/Video capture devices based on the Fushicai +USBTV007 chip. +The following product models are known to work: +.Pp +.Bl -bullet -offset indent -compact +.It +Play X Store Capture +.It +YXGOOD EasyCAP +.El +.Pp +If the +.Nm +device attaches successfully, it will attach the +.Xr audio 4 +and +.Xr video 4 +drivers to provide higher-level access. +.Sh SEE ALSO +.Xr intro 4 , +.Xr audio 4 , +.Xr usb 4 , +.Xr video 4 +.Sh HISTORY +The +.Nm +driver +first appeared in +.Ox 6.0 . |