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
2016-06-17
Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread
Marcus Glocker
2016-06-15
No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows how
Martin Pieuchot
2016-06-14
Add missing line feed to DPRINTF makes debug reading easier.
Marcus Glocker
2016-06-01
Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags.
Marcus Glocker
2016-05-28
Do the endpoint verification before opening the pipe on the selected
Marcus Glocker
2016-05-26
Remove superfluous loop counter to set alternate video interface since we
Marcus Glocker
2016-05-20
Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED.
Marcus Glocker
2016-05-17
Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernel
Mark Kettenis
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2015-12-20
Do not delay video(4) attachment if the device does not need to load
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-07-09
Move the softc definition to uvideo.c so that userland can include
Martin Pieuchot
2015-06-24
Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;
Miod Vallat
2015-01-06
We do not support freeing memory using reqbufs with a zero size so
Jonathan Armani
2014-11-18
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-10-23
Now that gcc2 is gone revert the removal of anonymous unions, means not havin...
Brad Smith
2014-10-18
Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)
Jonathan Armani
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-01-22
add a missing argument to a printf
Jonathan Gray
2013-11-07
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
Paul Irofti
2013-04-26
Don't use usbd_bulk_transfer() to submit a synchronous transfer here too.
Martin Pieuchot
2013-04-26
Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).
Marcus Glocker
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2013-03-28
you probably don't need to include vnode.h or reboot.h. you most definitely
Ted Unangst
2012-06-18
Do not try to get the description of an unexisting video format,
Martin Pieuchot
2011-10-28
Fix bogus frame selection check in uvideo_vs_negotiation().
Marcus Glocker
2011-09-18
usbdivar.h needs struct timeout. But don't get it indirectly via
Kenneth R Westerback
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-23
Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl.
Owain Ainsworth
2011-06-17
M_WAITOK cleanup of two cases:
Michael Knudsen
2011-04-11
uncompressed video formats have a fixed per-pixel bit depth, which
Jacob Meuser
2011-04-04
the v4l2 spec says that setting time per frame to zero should reset time
Jacob Meuser
2011-03-31
just report the frame interval in the same terms the device gives us.
Jacob Meuser
2011-03-26
oops. the frame rate is the inverse of the frame interval. fixes
Jacob Meuser
2011-03-26
use 'sizeof(struct usb_video_frame_desc)' instead of a hardcoded
Jacob Meuser
2011-03-26
fill in the timestamp when copying a frame into the mmap buffer
Jacob Meuser
2011-03-26
fill in support for VIDIOC_ENUM_FRAMEINTERVALS
Jacob Meuser
2011-03-26
support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for
Jacob Meuser
2011-03-26
print the supported frame intervals when printing the frame descriptor
Jacob Meuser
2011-03-25
* don't try to align our array of frame descriptors with the
Jacob Meuser
2011-03-25
* the mjpeg and uncompressed video frame descriptor structures are
Jacob Meuser
2011-03-25
* empty the queue of frames in the mmap frame buffer and set the
Jacob Meuser
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2011-01-16
* instead of NULLing pointers to interface descriptors in the uaa, mark
Jacob Meuser
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
[next]