CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/06/01 03:48:20
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/macppc/conf: GENERIC
sys/dev : audio.c video.c
sys/dev/usb : files.usb usbdevs
Added files:
sys/dev/usb : utvfu.c utvfu.h
Log message:
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