summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvideo.h
AgeCommit message (Expand)Author
2008-06-26Make video stream work properly on uhci and ohci by adding an ohciMarcus Glocker
2008-06-09Let the driver switch between read() and mmap() depending on whatMarcus Glocker
2008-06-09oops. this change was missing from the previous commitRobert Nagy
2008-06-07Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,Marcus Glocker
2008-06-06Arrange our mmap buffer struct better.Marcus Glocker
2008-06-05Add some first mmap bits.Marcus Glocker
2008-05-27Instead alloacting a fix frame buffer we allocate the maximum frame sizeMarcus Glocker
2008-05-24- Enable userland to read(2) video stream from /dev/video.Marcus Glocker
2008-04-20Parse VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-18Add VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-16Tune isoc maximal transfer size to a better value. Makes all availableMarcus Glocker
2008-04-16Start to make device initialization automatic instead all the staticMarcus Glocker
2008-04-10Fix MJPEG Video Frame Descriptor struct.Marcus Glocker
2008-04-09Add OpenBSD cvs id.Marcus Glocker
2008-04-09Initial import for uvideo(4) and video(4):Robert Nagy