add auvitek(4) man page

This commit is contained in:
jmcneill 2010-12-27 17:26:57 +00:00
parent a6dac2b7b7
commit 140a160c21
3 changed files with 96 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1270 2010/12/26 11:31:45 jmcneill Exp $
# $NetBSD: mi,v 1.1271 2010/12/27 17:26:57 jmcneill Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -803,6 +803,7 @@
./usr/share/man/cat4/auixp.0 man-sys-catman .cat
./usr/share/man/cat4/autri.0 man-sys-catman .cat
./usr/share/man/cat4/auvia.0 man-sys-catman .cat
./usr/share/man/cat4/auvitek.0 man-sys-catman .cat
./usr/share/man/cat4/awi.0 man-sys-catman .cat
./usr/share/man/cat4/axe.0 man-sys-catman .cat
./usr/share/man/cat4/az.0 man-sys-catman .cat
@ -3530,6 +3531,7 @@
./usr/share/man/html4/auixp.html man-sys-htmlman html
./usr/share/man/html4/autri.html man-sys-htmlman html
./usr/share/man/html4/auvia.html man-sys-htmlman html
./usr/share/man/html4/auvitek.html man-sys-htmlman html
./usr/share/man/html4/awi.html man-sys-htmlman html
./usr/share/man/html4/axe.html man-sys-htmlman html
./usr/share/man/html4/az.html man-sys-htmlman html
@ -6029,6 +6031,7 @@
./usr/share/man/man4/auixp.4 man-sys-man .man
./usr/share/man/man4/autri.4 man-sys-man .man
./usr/share/man/man4/auvia.4 man-sys-man .man
./usr/share/man/man4/auvitek.4 man-sys-man .man
./usr/share/man/man4/awi.4 man-sys-man .man
./usr/share/man/man4/axe.4 man-sys-man .man
./usr/share/man/man4/az.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.539 2010/12/14 16:18:15 jruoho Exp $
# $NetBSD: Makefile,v 1.540 2010/12/27 17:26:58 jmcneill Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@ -10,7 +10,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
an.4 arcmsr.4 aria.4 artsata.4 ata.4 atalk.4 ataraid.4 \
ath.4 atphy.4 atppc.4 attimer.4 atw.4 \
auacer.4 audio.4 audiocs.4 auich.4 \
auixp.4 autri.4 auvia.4 awi.4 azalia.4 \
auixp.4 autri.4 auvia.4 auvitek.4 awi.4 azalia.4 \
battery_pmu.4 bba.4 bce.4 bcsp.4 be.4 bge.4 bnx.4 bha.4 \
bio.4 bktr.4 bluetooth.4 bmtphy.4 bpf.4 \
brgphy.4 bridge.4 bthidev.4 bthub.4 btkbd.4 \

90
share/man/man4/auvitek.4 Normal file
View File

@ -0,0 +1,90 @@
.\" $NetBSD: auvitek.4,v 1.1 2010/12/27 17:26:58 jmcneill Exp $
.\"
.\" Copyright (c) 2010 Jared D. McNeill <jmcneill@invisible.ca>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Neither the name of the author nor the names of any
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd December 27, 2010
.Dt AUVITEK 4
.Os
.Sh NAME
.Nm auvitek
.Nd Auvitek AU0828 video capture device driver
.Sh SYNOPSIS
.Cd "auvitek* at uhub?"
.Cd "video* at videobus?"
.Cd "uaudio* at auvitek?"
.Cd "audio* at uaudio?"
.Sh DESCRIPTION
The
.Nm
driver provides support for
.Tn USB
video capture devices based on the Auvitek AU0828 bridge.
This hybrid analog/digital device requires a hi-speed USB host controller
(such as
.Xr ehci 4 )
to function properly.
.Pp
For
.Nm
devices with analog audio capture interfaces, the
.Xr uaudio 4
device driver provides access to the audio stream.
Application software can find a
.Xr video 4
device's
.Xr audio 4
device by comparing the
.Dv VIDIOC_QUERYCAP
.Va bus_info
field with the audio device's
.Dv AUDIO_GETDEV
.Va config
field.
.Pp
The following cards are supported by the
.Nm
driver:
.Pp
.Bl -column
.It Em "Vendor Chip Decoder Tuner"
.It "Hauppauge WinTV-HVR-950Q AU8522 XC5000"
.El
.Pp
Cards with an XC5000 tuner require the firmware provided by the
.Pa pkgsrc/sysutils/xc5k-firmware
package to function properly.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr ehci 4 ,
.Xr uaudio 4 ,
.Xr video 4 ,
.Pa pkgsrc/sysutils/xc5k-firmware
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 6.0 .
.Sh BUGS
Digital capture is not supported.