diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-01 09:48:21 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-01 09:48:21 +0000 |
commit | 539efb5e41e1b0ee68b3434be63c8d5bd35a04f0 (patch) | |
tree | 429527c9b8b414fa3933381a7fea463abf34538c /sys/arch/amd64 | |
parent | c36ebd0ad9e805685097f825b5d0eb6381c8d6fc (diff) |
New USB device driver for Audio/Video capture devices based on the
Fushicai USBTV007 chip.
The chip specific code has been written by Lubomir Rintel and Federico
Simoncelli. Patrick Keshishian has ported it to OpenBSD and wrote the
remaining code based on uvideo(4).
Input and help also from mpi@ and ratchov@.
ok mpi
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c771217f93e..e716c9de4d7 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.418 2016/05/07 23:10:50 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.419 2016/06/01 09:48:20 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -290,6 +290,9 @@ uoakv* at uhidev? # Toradex OAK 10V sensor onewire* at uow? uvideo* at uhub? # USB Video video* at uvideo? +utvfu* at uhub? # Fushicai Audio-Video Grabber +video* at utvfu? +audio* at utvfu? udl* at uhub? # DisplayLink USB displays wsdisplay* at udl? |