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
2008-07-14
Make VIDIOC_ENUM_FMT list all available formats for the attached device.
Marcus Glocker
2008-07-14
Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).
Marcus Glocker
2008-07-13
Spacing.
Marcus Glocker
2008-07-13
Save format and frame descriptors to a format group structure so we
Marcus Glocker
2008-07-10
Make cams with Sonix chipset work by avoiding excessive alternate
Marcus Glocker
2008-07-07
- Improve negotation and fix some more DPRINTFs.
Marcus Glocker
2008-07-06
When the device gets close switch back from alternate interface to
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-07-01
Spacing.
Marcus Glocker
2008-06-30
- Free mmap buffer on close/detach.
Marcus Glocker
2008-06-26
Make video stream work properly on uhci and ohci by adding an ohci
Marcus Glocker
2008-06-23
Don't bzero() the USB buffer before every xfer. This was just for debug
Marcus Glocker
2008-06-22
If no frame gets queue for a certain time, return EINVAL to the userland
Marcus Glocker
2008-06-15
One more printf -> DPRINTF in the USB xfer callback.
Marcus Glocker
2008-06-15
Make frame queueing reliable by setting tsleep() priorities to 0.
Marcus Glocker
2008-06-15
Move noisy frame queueing debug messages up to debug level 2.
Marcus Glocker
2008-06-15
if we are trying to attach to ehci(4) notify the user to disable it
Robert Nagy
2008-06-13
Remove DEBUG #undef's we can turn it on/off in GENERIC like for all
Marcus Glocker
2008-06-12
disable debug printfs and descriptor dumps
Robert Nagy
2008-06-11
implement the VIDIOC_STREAMOFF ioctl and remove some unused code
Robert Nagy
2008-06-11
If bDefaultFrameIndex is 0 we should use the first bFrameIndex.
Robert Nagy
2008-06-10
add VIDIOC_QUERYCTRL to the supported ioctls
Robert Nagy
2008-06-10
Sort functions.
Marcus Glocker
2008-06-09
Let the driver switch between read() and mmap() depending on what
Marcus Glocker
2008-06-09
Allocate the video buffer based on the maximum frame size that's reported
Robert Nagy
2008-06-08
If we have reached the end of the mmap frame buffer, start over again
Marcus Glocker
2008-06-08
decrease the buffer count after dequeueing a buffer
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-30
Allocate static buffer for software frame buffer and make sure to not
Marcus Glocker
2008-05-27
Don't fail to compile when not in debug mode.
Marcus Glocker
2008-05-27
Instead alloacting a fix frame buffer we allocate the maximum frame size
Marcus Glocker
2008-05-26
Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,
Marcus Glocker
2008-05-25
Spacing. Comments. strncpy() -> strlcpy().
Marcus Glocker
2008-05-24
- Enable userland to read(2) video stream from /dev/video.
Marcus Glocker
2008-05-18
Move the code which starts the video stream to the right place;
Marcus Glocker
2008-05-18
There is no need to pass uvideo_vs_open() usb_attach_arg.
Marcus Glocker
2008-05-16
Free sample buffer on detach. Noted by miod@
Marcus Glocker
2008-05-16
Fix kernel crash when device gets detached.
Marcus Glocker
2008-05-15
#ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. Noted
Marcus Glocker
2008-04-20
Parse VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-19
Sort functions and remove obsolete bits.
Marcus Glocker
2008-04-18
Add VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-18
Add a function which can identify an USB descriptor explicitly by it's
Marcus Glocker
2008-04-16
Oops, decrease debug log level back to 1.
Marcus Glocker
2008-04-16
Start to make device initialization automatic instead all the static
Marcus Glocker
2008-04-12
Fix some debug output.
Marcus Glocker
2008-04-11
Correctly initialize the probe sequence buffer.
Marcus Glocker
[prev]
[next]