diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-04-09 19:49:56 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-04-09 19:49:56 +0000 |
commit | 5c65555344f5adae4cb96b9157b0f0e218ea3f5f (patch) | |
tree | 3099d6ea933200b086c28e846bb47c362f6d5bef /sys/dev/usb/files.usb | |
parent | e0f93117a5b4c3f6d40f132c73bc0170b9d6591a (diff) |
Initial import for uvideo(4) and video(4):
uvideo(4) is a driver for USB video device class devices including webcams,
camcorders and other cameras.
video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two)
API.
These drivers are *really* work in progress so don't even try to use them just yet,
because the driver still has some issues, even if it can be used to capture simple
MJPEG videos.
ok mglocker@, deraadt@
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 3345d0adb27..098a116d5dd 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.75 2007/12/16 18:10:46 deraadt Exp $ +# $OpenBSD: files.usb,v 1.76 2008/04/09 19:49:55 robert 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. @@ -34,6 +34,11 @@ device uaudio: audio, auconv, mulaw attach uaudio at uhub file dev/usb/uaudio.c uaudio +# Video devices +device uvideo: video +attach uvideo at uhub +file dev/usb/uvideo.c uvideo + # MIDI devices device umidi: midibus attach umidi at uhub |