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
/
uvc_video.c
Age
Commit message (
Expand
)
Author
2009-09-17
uvc: introduce missing kfree
Douglas Schilling Landgraf
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: Prefix all UVC constants with UVC_
Laurent Pinchart
2009-05-06
uvcvideo: Parse frame descriptors with non-continuous indexes.
Laurent Pinchart
2009-04-18
uvcvideo: fix uvc resume failed
tom.leiming@gmail.com
2009-02-16
uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devices
Laurent Pinchart
2009-02-14
uvcvideo: Ignore empty bulk URBs
Laurent Pinchart
2009-02-14
uvcvideo: Initialize streaming parameters with the probe control value
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-07
removed unused #include <version.h>'s
Mauro Carvalho Chehab
2009-01-04
uvcvideo: Fix GET_DEF failure detection.
Laurent Pinchart
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: Fix bulk URB processing when the header is erroneous
Laurent Pinchart
2008-12-06
uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.
Laurent Pinchart
2008-11-12
uvcvideo: Commit streaming parameters when enabling the video stream.
Laurent Pinchart
2008-11-11
uvcvideo: Use {get|set}_unaligned_le32 macros
Laurent Pinchart
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
uvcvideo: Fix incomplete frame drop when switching to a variable size format.
Mauro Carvalho Chehab
2008-08-29
uvcvideo: Supress spurious "EOF in empty payload" trace message
Mauro Carvalho Chehab
2008-08-20
Use DIV_ROUND_UP
Mauro Carvalho Chehab
2008-07-31
uvcvideo: don't use stack-based buffers for USB transfers.
Mauro Carvalho Chehab
2008-07-04
uvcvideo: Don't free URB buffers on suspend.
Mauro Carvalho Chehab
2008-07-04
uvcvideo: Use GFP_NOIO when allocating memory during resume
Mauro Carvalho Chehab
2008-06-30
From: Laurent Pinchart <laurent.pinchart@skynet.be>
Mauro Carvalho Chehab