aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-1879/+0
2012-08-13[media] uvcvideo: Support super speed endpointsLaurent Pinchart1-6/+24
2012-07-06[media] uvcvideo: Fix alternate setting selectionLaurent Pinchart1-1/+1
2012-07-06[media] uvcvideo: Fix frame drop in bulk video streamJayakrishnan1-1/+5
2012-04-09[media] uvcvideo: Fix race-related crash in uvc_video_clock_update()Laurent Pinchart1-18/+32
2012-02-27[media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculationLaurent Pinchart1-5/+9
2011-12-11[media] uvcvideo: Add UVC timestamps supportLaurent Pinchart1-0/+330
2011-12-11[media] uvcvideo: Extract timestamp-related statisticsLaurent Pinchart1-2/+123
2011-12-11[media] uvcvideo: Extract video stream statisticsAlexey Fisher1-2/+107
2011-12-11[media] uvcvideo: Don't skip erroneous payloadsLaurent Pinchart1-7/+7
2011-12-11[media] uvcvideo: Make uvc_commit_video() staticLaurent Pinchart1-2/+2
2011-12-11[media] uvcvideo: Remove duplicate definitions of UVC_STREAM_* macrosLaurent Pinchart1-10/+0
2011-12-11[media] uvcvideo: Handle uvc_init_video() failure in uvc_video_enable()Laurent Pinchart1-2/+7
2011-12-11[media] uvcvideo: Use videobuf2-vmallocLaurent Pinchart1-4/+5
2011-12-11[media] uvcvideo: Move fields from uvc_buffer::buf to uvc_bufferLaurent Pinchart1-11/+10
2011-09-23[media] media: Fix a UVC performance problem on systems with non-coherent DMAAl Cooper1-1/+16
2011-08-06[media] uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei1-1/+9
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-30[media] uvcvideo: Disable the queue when failing to startSjoerd Simons1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-22[media] uvcvideo: Fix uvc_fixup_video_ctrl() format searchStephan Lachowsky1-5/+9
2010-12-01[media] uvcvideo: Lock stream mutex when accessing format-related informationLaurent Pinchart1-3/+0
2010-10-21[media] uvcvideo: Generate discontinuous sequence numbers when frames are lostLaurent Pinchart1-0/+9
2010-10-21[media] uvcvideo: Set bandwidth to at least 1024 with the FIX_BANDWIDTH quirkLaurent Pinchart1-0/+9
2010-10-21[media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart1-2/+2
2010-10-21[media] uvcvideo: Print query name in uvc_query_ctrl()Laurent Pinchart1-3/+27
2010-08-08V4L/DVB: uvcvideo: Drop corrupted compressed framesLaurent Pinchart1-8/+11
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers timestampsLaurent Pinchart1-0/+10
2010-01-17V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequeuingLaurent Pinchart1-8/+6
2010-01-17V4L/DVB (13829): uvcvideo: Fix alternate setting selection in isochronous modeLaurent Pinchart1-9/+22
2009-12-16V4L/DVB (13610): uvc: Correct size given to memsetJulia Lawall1-1/+1
2009-12-05V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming control timeoutLaurent Pinchart1-2/+2
2009-12-05V4L/DVB (13153): uvcvideo: Fix uvc_alloc_urb_buffers()Ming Lei1-2/+2
2009-12-05V4L/DVB (13149): uvcvideo: Add a new UVC_TRACE_VIDEO trace levelLaurent Pinchart1-4/+14
2009-11-07V4L/DVB (13309): uvcvideo: Ignore the FIX_BANDWIDTH for compressed videoLaurent Pinchart1-1/+2
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 simultaneous streams.Laurent Pinchart1-201/+214
2009-09-12V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 deviceLaurent Pinchart1-0/+3
2009-09-12V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart1-13/+17
2009-06-16V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart1-6/+11
2009-05-09V4L/DVB (11575): uvcvideo: fix uvc resume failedMing Lei1-1/+1
2009-03-30V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devicesLaurent 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 control valueLaurent Pinchart1-4/+13
2009-03-30V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is low on memory.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