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
2015-07-09
Move the softc definition to uvideo.c so that userland can include
Martin Pieuchot
2013-11-07
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
Paul Irofti
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2011-04-11
uncompressed video formats have a fixed per-pixel bit depth, which
Jacob Meuser
2011-03-26
support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for
Jacob Meuser
2011-03-25
* the mjpeg and uncompressed video frame descriptor structures are
Jacob Meuser
2010-11-27
Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types on
Paul de Weerd
2010-10-09
* define structure that represents USB descriptor with variable sized
Jacob Meuser
2010-10-09
control values can be 1 or 2 bytes, signed or unsigned. fixes hue
Jacob Meuser
2010-09-29
back out support for variable sized processing unit controls until
Jacob Meuser
2010-09-26
support variable sized (bControlSize != 2) processing unit bmControls,
Jacob Meuser
2010-04-27
Add a couple more frames in order to support the latest logitech pro 9000
Marco Peereboom
2009-02-19
the uaa structure (and things it points, for instance ifaces) is only
Theo de Raadt
2009-02-12
Fix typo; wClockFrequency -> dwClockFrequency.
Marcus Glocker
2008-12-22
Add firmware load for Apple iSight first generation devices
Marcus Glocker
2008-12-17
- Extend our quirk device table by a flags field.
Marcus Glocker
2008-12-08
do device classification for non-UVC and firmware-needing devices together
Theo de Raadt
2008-12-08
Add ability to load firmware for devices which require it.
Marcus Glocker
2008-12-05
Sort uvideo_vs_iface struct a bit.
Marcus Glocker
2008-12-03
add UYVY video format support for uncompressed video
Yojiro Uo
2008-12-03
remove bogus part (GUID_UYVY part) form last commit.
Yojiro Uo
2008-12-03
fix USB packet size handling of uvideo(4)
Yojiro Uo
2008-11-30
Setup three isoc transfers at a time so we don't miss frames. This fixes
Marcus Glocker
2008-11-10
Remove 17 unused vars from uvideo_softc.
Marcus Glocker
2008-11-09
Make own struct for the stream header instead saving the data in single
Marcus Glocker
2008-11-09
Add BULK xfer support.
Marcus Glocker
2008-08-27
Some __packed cleanup; Remove another obsolete pack from a none-hardware
Marcus Glocker
2008-08-26
Fix alignment panic on sparc64 by removing a wrong __packed. While
Marcus Glocker
2008-08-24
Use consistent variable names; curr -> cur, err -> error.
Marcus Glocker
2008-08-24
Add support for processing unit (e.g. brightness) controls. New V4L2
Marcus Glocker
2008-08-02
Use correct terms as in the specs;
Marcus Glocker
2008-07-31
- Don't relay on bFormatIndex as an internal array index, since this
Marcus Glocker
2008-07-26
Since we are able to change the device image resolution on the fly in the
Marcus Glocker
2008-07-24
Remove some obsolete XXX comments.
Marcus Glocker
2008-07-19
If a resolution which has been requested over VIDEO_TRY_FMT or
Marcus Glocker
2008-07-18
Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can
Marcus Glocker
2008-07-14
Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).
Marcus Glocker
2008-07-13
Save format and frame descriptors to a format group structure so we
Marcus Glocker
2008-07-12
Remove obsolete TODO comment.
Marcus Glocker
2008-07-03
Add struct for VC_EXTENSION_UNIT and dump it in debug mode.
Marcus Glocker
2008-07-02
Add first bits to support uncompressed format.
Marcus Glocker
2008-06-30
Limit maximal number of mmap buffers to 32 (instead 256).
Marcus Glocker
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
[next]