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.c
Age
Commit message (
Expand
)
Author
2010-11-24
- use *un*signed byte array for control data
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
Jacob Meuser
2010-10-18
bFrameIntervalType affects frame rates, not frame sizes
Jacob Meuser
2010-10-18
when configuring the streaming interface with the video probe and
Jacob Meuser
2010-10-18
use setting with closest matching bandwidth for the current configuration
Jacob Meuser
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-10-08
don't trust that bFrameIndex in frame descriptors is unique. fixes
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-09-12
anonymous unions aren't standard C and don't work with gcc2. name the
Jacob Meuser
2010-07-26
Microsoft LifeCam needs the framesize quirk as well.
Michael Knudsen
2010-07-26
Fix some spacing / comment.
Marcus Glocker
2010-07-26
Make one more Sonix chipset cam work with 640x480 by a) adding it to the
Marcus Glocker
2010-07-15
* Comment poll support in conf.h
Marcus Glocker
2010-07-14
implement poll() for video(4)
Jacob Meuser
2010-04-27
spacing
Marco Peereboom
2009-11-24
at close() get rid of the usb task before we start tearing down; ok mglocker
Theo de Raadt
2009-10-26
better test for if the parent is ohci; ok mglocker
Theo de Raadt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-09-07
sizeof ptr vs sizeof *ptr bug; ok mglocker@
Miod Vallat
2009-06-28
Better wording for the not-supported-video-control message.
Marcus Glocker
2009-04-18
Fix tyop.
Michael Knudsen
2009-03-29
Finally fix kernel crash (page fault) when closing bulk devices.
Marcus Glocker
2009-03-28
Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, by
Marcus Glocker
2009-03-25
Revert 1.119 bulk crash workaround, because it breaks Logitech QuickCam
Marcus Glocker
2009-02-27
0x3 is not really a good number for bit flags. Should fix the Logitech
Marcus Glocker
2009-02-21
Fix a kernel crash for bulk devices when closing the video stream;
Marcus Glocker
2009-02-20
Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list.
Marcus Glocker
2009-02-20
Add more Ricoh chipsets to the quirk list which could work.
Marcus Glocker
2009-02-20
Don't attach non-UISUBCLASS_VIDEOCONTROL interfaces from some quirk
Marcus Glocker
2009-02-19
the uaa structure (and things it points, for instance ifaces) is only
Theo de Raadt
2009-02-06
Fix kernel crash (page fault) for devices with unsorted frame index.
Marcus Glocker
2008-12-22
First shoot of the uvideo firmware package.
Marcus Glocker
2008-12-22
Fix some logic in the isight specific stream header decode function
Marcus Glocker
2008-12-22
Sort quirk device list and fix some comments there.
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-17
Backout anonymous union fix, since it breaks V4L ports. we try to fix
Marcus Glocker
2008-12-14
Give names to anonymous unions.
Ray Lai
2008-12-10
Fix ohci xfers for some devices by adjusting the number of microframes to
Marcus Glocker
2008-12-10
Macro spacing. No binary change.
Marcus Glocker
2008-12-10
use maximum value of dwMaxVideoFrameBufferSize in each vs descriptors
Yojiro Uo
2008-12-09
Also allow V4L2 apps to recognize the UYVY support.
Brad Smith
2008-12-08
do device classification for non-UVC and firmware-needing devices together
Theo de Raadt
2008-12-08
- Firmware header field "len" for Ricoh devices is uint8_t not uint16_t.
Marcus Glocker
2008-12-08
Add ability to load firmware for devices which require it.
Marcus Glocker
2008-12-06
No need to set dwMaxVideoFrameSize and dwMaxPayloadTransferSize to 0
Marcus Glocker
2008-12-04
fix typo in the dwFrameInterval comment
Yojiro Uo
2008-12-03
- Fix unit for dwFrameInterval in DPRINTF.
Marcus Glocker
[next]