diff options
author | 2016-06-01 09:48:20 +0000 | |
---|---|---|
committer | 2016-06-01 09:48:20 +0000 | |
commit | 181d57e00c3a04701fb8ff356bccbfb644914ae6 (patch) | |
tree | b0492d2a4bd01e3b328062dfb2ba20dbbbdbf884 /sys/dev/usb/files.usb | |
parent | shuffle the code in rtable_insert so it inserts a populated art_node. (diff) | |
download | wireguard-openbsd-181d57e00c3a04701fb8ff356bccbfb644914ae6.tar.xz wireguard-openbsd-181d57e00c3a04701fb8ff356bccbfb644914ae6.zip |
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/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 4b8fcc96374..4f8dc29506f 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.126 2016/01/08 15:54:13 jcs Exp $ +# $OpenBSD: files.usb,v 1.127 2016/06/01 09:48:20 mglocker Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -35,6 +35,11 @@ device uvideo: video, firmload attach uvideo at uhub file dev/usb/uvideo.c uvideo +# USBTV007 devices +device utvfu: video, audio +attach utvfu at uhub +file dev/usb/utvfu.c utvfu + device udl: wsemuldisplaydev, rasops16, edid attach udl at uhub file dev/usb/udl.c udl |