index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uvideo.h
Age
Commit message (
Expand
)
Author
2008-06-26
Make video stream work properly on uhci and ohci by adding an ohci
Marcus Glocker
2008-06-09
Let the driver switch between read() and mmap() depending on what
Marcus Glocker
2008-06-09
oops. this change was missing from the previous commit
Robert Nagy
2008-06-07
Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,
Marcus Glocker
2008-06-06
Arrange our mmap buffer struct better.
Marcus Glocker
2008-06-05
Add some first mmap bits.
Marcus Glocker
2008-05-27
Instead alloacting a fix frame buffer we allocate the maximum frame size
Marcus Glocker
2008-05-24
- Enable userland to read(2) video stream from /dev/video.
Marcus Glocker
2008-04-20
Parse VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-18
Add VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-16
Tune isoc maximal transfer size to a better value. Makes all available
Marcus Glocker
2008-04-16
Start to make device initialization automatic instead all the static
Marcus Glocker
2008-04-10
Fix MJPEG Video Frame Descriptor struct.
Marcus Glocker
2008-04-09
Add OpenBSD cvs id.
Marcus Glocker
2008-04-09
Initial import for uvideo(4) and video(4):
Robert Nagy