summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/uvc/uvc_video.c
AgeCommit message (Expand)Author
2009-09-17uvc: introduce missing kfreeDouglas Schilling Landgraf
2009-07-02uvcvideo: Multiple streaming interfaces supportLaurent Pinchart
2009-06-28uvcvideo: Restructure the driver to support multiple simultaneous streams.Laurent Pinchart
2009-07-19uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 deviceLaurent Pinchart
2009-06-26uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart
2009-05-06uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart
2009-04-18uvcvideo: fix uvc resume failedtom.leiming@gmail.com
2009-02-16uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devicesLaurent Pinchart
2009-02-14uvcvideo: Ignore empty bulk URBsLaurent Pinchart
2009-02-14uvcvideo: Initialize streaming parameters with the probe control valueLaurent Pinchart
2009-01-18uvcvideo: Retry URB buffers allocation when the system is low on memory.Laurent Pinchart
2009-01-08merge: http://linuxtv.org/hg/~pinchartl/uvcvideoMauro Carvalho Chehab
2009-01-07removed unused #include <version.h>'sMauro Carvalho Chehab
2009-01-04uvcvideo: Fix GET_DEF failure detection.Laurent Pinchart
2009-01-03uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart
2008-12-29uvcvideo: Add support for video output devicesLaurent Pinchart
2008-12-16uvcvideo: Fix bulk URB processing when the header is erroneousLaurent Pinchart
2008-12-06uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.Laurent Pinchart
2008-11-12uvcvideo: Commit streaming parameters when enabling the video stream.Laurent Pinchart
2008-11-11uvcvideo: Use {get|set}_unaligned_le32 macrosLaurent Pinchart
2008-11-11uvcvideo: Enable compilation on kernels older than 2.6.22Laurent Pinchart
2008-11-08uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefullyLaurent Pinchart
2008-09-16uvcvideo: Fix incomplete frame drop when switching to a variable size format.Mauro Carvalho Chehab
2008-08-29uvcvideo: Supress spurious "EOF in empty payload" trace messageMauro Carvalho Chehab
2008-08-20Use DIV_ROUND_UPMauro Carvalho Chehab
2008-07-31uvcvideo: don't use stack-based buffers for USB transfers.Mauro Carvalho Chehab
2008-07-04uvcvideo: Don't free URB buffers on suspend.Mauro Carvalho Chehab
2008-07-04uvcvideo: Use GFP_NOIO when allocating memory during resumeMauro Carvalho Chehab
2008-06-30From: Laurent Pinchart <laurent.pinchart@skynet.be>Mauro Carvalho Chehab