summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-151-1879/+0
* [media] uvcvideo: Support super speed endpointsLaurent Pinchart2012-08-131-6/+24
* [media] uvcvideo: Fix alternate setting selectionLaurent Pinchart2012-07-061-1/+1
* [media] uvcvideo: Fix frame drop in bulk video streamJayakrishnan2012-07-061-1/+5
* [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()Laurent Pinchart2012-04-091-18/+32
* [media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculationLaurent Pinchart2012-02-271-5/+9
* [media] uvcvideo: Add UVC timestamps supportLaurent Pinchart2011-12-111-0/+330
* [media] uvcvideo: Extract timestamp-related statisticsLaurent Pinchart2011-12-111-2/+123
* [media] uvcvideo: Extract video stream statisticsAlexey Fisher2011-12-111-2/+107
* [media] uvcvideo: Don't skip erroneous payloadsLaurent Pinchart2011-12-111-7/+7
* [media] uvcvideo: Make uvc_commit_video() staticLaurent Pinchart2011-12-111-2/+2
* [media] uvcvideo: Remove duplicate definitions of UVC_STREAM_* macrosLaurent Pinchart2011-12-111-10/+0
* [media] uvcvideo: Handle uvc_init_video() failure in uvc_video_enable()Laurent Pinchart2011-12-111-2/+7
* [media] uvcvideo: Use videobuf2-vmallocLaurent Pinchart2011-12-111-4/+5
* [media] uvcvideo: Move fields from uvc_buffer::buf to uvc_bufferLaurent Pinchart2011-12-111-11/+10
* [media] media: Fix a UVC performance problem on systems with non-coherent DMAAl Cooper2011-09-231-1/+16
* [media] uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei2011-08-061-1/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* [media] uvcvideo: Disable the queue when failing to startSjoerd Simons2011-06-301-1/+3
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* [media] uvcvideo: Fix uvc_fixup_video_ctrl() format searchStephan Lachowsky2011-03-221-5/+9
* [media] uvcvideo: Lock stream mutex when accessing format-related informationLaurent Pinchart2010-12-011-3/+0
* [media] uvcvideo: Generate discontinuous sequence numbers when frames are lostLaurent Pinchart2010-10-211-0/+9
* [media] uvcvideo: Set bandwidth to at least 1024 with the FIX_BANDWIDTH quirkLaurent Pinchart2010-10-211-0/+9
* [media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart2010-10-211-2/+2
* [media] uvcvideo: Print query name in uvc_query_ctrl()Laurent Pinchart2010-10-211-3/+27
* V4L/DVB: uvcvideo: Drop corrupted compressed framesLaurent Pinchart2010-08-081-8/+11
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers times...Laurent Pinchart2010-02-261-0/+10
* V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequ...Laurent Pinchart2010-01-171-8/+6
* V4L/DVB (13829): uvcvideo: Fix alternate setting selection in isochronous modeLaurent Pinchart2010-01-171-9/+22
* V4L/DVB (13610): uvc: Correct size given to memsetJulia Lawall2009-12-161-1/+1
* V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming contro...Laurent Pinchart2009-12-051-2/+2
* V4L/DVB (13153): uvcvideo: Fix uvc_alloc_urb_buffers()Ming Lei2009-12-051-2/+2
* V4L/DVB (13149): uvcvideo: Add a new UVC_TRACE_VIDEO trace levelLaurent Pinchart2009-12-051-4/+14
* V4L/DVB (13309): uvcvideo: Ignore the FIX_BANDWIDTH for compressed videoLaurent Pinchart2009-11-071-1/+2
* V4L/DVB (13012): uvc: introduce missing kfreeJulia Lawall2009-09-191-3/+4
* V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart2009-09-121-1/+1
* V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simulta...Laurent Pinchart2009-09-121-201/+214
* V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 d...Laurent Pinchart2009-09-121-0/+3
* V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart2009-09-121-13/+17
* V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart2009-06-161-6/+11
* V4L/DVB (11575): uvcvideo: fix uvc resume failedMing Lei2009-05-091-1/+1
* V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vi...Laurent Pinchart2009-03-301-4/+30
* V4L/DVB (10651): uvcvideo: Ignore empty bulk URBsLaurent Pinchart2009-03-301-0/+3
* V4L/DVB (10650): uvcvideo: Initialize streaming parameters with the probe con...Laurent Pinchart2009-03-301-4/+13
* V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is lo...Laurent Pinchart2009-03-301-37/+42
* V4L/DVB (10199): uvcvideo: Fix GET_DEF failure detection.Laurent Pinchart2009-01-291-1/+1
* V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart2009-01-291-10/+18