summaryrefslogtreecommitdiff
path: root/drivers/media/video/uvc/uvc_video.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-19V4L/DVB (13012): uvc: introduce missing kfreeJulia Lawall1-3/+4
2009-09-12V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart1-1/+1
2009-09-12V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simulta...Laurent Pinchart1-201/+214
2009-09-12V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 d...Laurent Pinchart1-0/+3
2009-09-12V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart1-13/+17
2009-06-17V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart1-6/+11
2009-05-10V4L/DVB (11575): uvcvideo: fix uvc resume failedMing Lei1-1/+1
2009-03-30V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vi...Laurent Pinchart1-4/+30
2009-03-30V4L/DVB (10651): uvcvideo: Ignore empty bulk URBsLaurent Pinchart1-0/+3
2009-03-30V4L/DVB (10650): uvcvideo: Initialize streaming parameters with the probe con...Laurent Pinchart1-4/+13
2009-03-30V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is lo...Laurent Pinchart1-37/+42
2009-01-29V4L/DVB (10199): uvcvideo: Fix GET_DEF failure detection.Laurent Pinchart1-1/+1
2009-01-29V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart1-10/+18
2009-01-29V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi1-1/+0
2008-12-30V4L/DVB (10104): uvcvideo: Add support for video output devicesLaurent Pinchart1-7/+95
2008-12-30V4L/DVB (10101): uvcvideo: Fix bulk URB processing when the header is erroneousLaurent Pinchart1-10/+9
2008-12-30V4L/DVB (9809): uvcvideo: Add nodrop module parameter to turn incomplete fram...Laurent Pinchart1-1/+2
2008-12-29V4L/DVB (9661): uvcvideo: Commit streaming parameters when enabling the video...Laurent Pinchart1-4/+5
2008-12-29V4L/DVB (9659): uvcvideo: Use {get|set}_unaligned_le32 macrosLaurent Pinchart1-12/+6
2008-12-29V4L/DVB (9570): uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more...Laurent Pinchart1-11/+52
2008-10-12V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a varia...Laurent Pinchart1-0/+5
2008-10-12V4L/DVB (8846): uvcvideo: Supress spurious "EOF in empty payload" trace messageLaurent Pinchart1-2/+3
2008-10-12V4L/DVB (8729): Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-08-06V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.Laurent Pinchart1-11/+22
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-0/+1
2008-07-20V4L/DVB (8209): uvcvideo: Don't free URB buffers on suspend.Laurent Pinchart1-32/+64
2008-07-20V4L/DVB (8208): uvcvideo: Use GFP_NOIO when allocating memory during resumeLaurent Pinchart1-12/+12
2008-07-01V4L/DVB (8145a): USB Video Class driverLaurent Pinchart1-0/+934