index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
uvc
/
uvcvideo.h
Age
Commit message (
Expand
)
Author
2009-07-02
uvcvideo: Multiple streaming interfaces support
Laurent Pinchart
2009-06-28
uvcvideo: Restructure the driver to support multiple simultaneous streams.
Laurent Pinchart
2009-07-19
uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 device
Laurent Pinchart
2009-06-26
uvcvideo: Move UVC definitions to linux/usb/video.h
Laurent Pinchart
2009-06-26
uvcvideo: Remove unused Logitech-specific constants
Laurent Pinchart
2009-06-26
uvcvideo: Prefix all UVC constants with UVC_
Laurent Pinchart
2009-06-26
uvcvideo: Use class-specific descriptor types from usb/ch9.h
Laurent Pinchart
2009-06-04
uvcvideo: Don't accept to change the format when buffers are allocated.
Laurent Pinchart
2009-05-31
uvcvideo: Add generic control blacklist.
Laurent Pinchart
2009-05-19
uvcvideo: Start status polling on device open
Laurent Pinchart
2009-02-16
uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devices
Laurent Pinchart
2009-01-22
uvcvideo: Fix memory leak in input device handling
Laurent Pinchart
2009-01-18
uvcvideo: Retry URB buffers allocation when the system is low on memory.
Laurent Pinchart
2009-01-08
merge: http://linuxtv.org/hg/~pinchartl/uvcvideo
Mauro Carvalho Chehab
2009-01-03
uvcvideo: Whitespace and comments cleanup, copyright updates.
Laurent Pinchart
2008-12-29
uvcvideo: Add support for video output devices
Laurent Pinchart
2008-12-16
uvcvideo: V4L2 zoom controls support
Laurent Pinchart
2008-12-06
uvcvideo: Add a device quirk to prune bogus controls.
Laurent Pinchart
2008-12-06
uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.
Laurent Pinchart
2008-11-25
uvcvideo: Prevent compat.h from being included in userspace code.
Laurent Pinchart
2008-12-30
v4l2: introduce v4l2_file_operations.
Hans Verkuil
2008-11-11
uvcvideo: Enable compilation on kernels older than 2.6.22
Laurent Pinchart
2008-11-08
uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefully
Laurent Pinchart
2008-09-16
V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4
Mauro Carvalho Chehab
2008-07-04
uvcvideo: Don't free URB buffers on suspend.
Mauro Carvalho Chehab
2008-06-30
From: Laurent Pinchart <laurent.pinchart@skynet.be>
Mauro Carvalho Chehab