aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvcvideo.h
Commit message (Expand)AuthorAgeFilesLines
* uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()Haogang Chen2012-01-251-0/+1
* uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei2011-11-111-1/+1
* [media] uvcvideo: Connect video devices to media entitiesLaurent Pinchart2011-05-251-0/+1
* [media] uvcvideo: Register subdevices for each entityLaurent Pinchart2011-05-251-0/+13
* [media] uvcvideo: Register a v4l2_deviceLaurent Pinchart2011-05-251-0/+6
* [media] uvcvideo: Add M420 format supportHans de Goede2011-05-201-0/+3
* [media] uvcvideo: Add support for NOMMU archBob Liu2011-05-201-0/+4
* [media] uvcvideo: Make the API publicLaurent Pinchart2011-05-201-38/+30
* [media] uvcvideo: Add support for V4L2_PIX_FMT_RGB565Laurent Pinchart2011-05-201-0/+3
* [media] uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*Laurent Pinchart2011-05-201-2/+17
* [media] uvcvideo: Add UVCIOC_CTRL_QUERY ioctlMartin Rubli2011-05-201-2/+11
* [media] uvcvideo: Lock stream mutex when accessing format-related informationLaurent Pinchart2010-12-011-1/+3
* [media] uvcvideo: Move mmap() handler to uvc_queue.cLaurent Pinchart2010-12-011-0/+2
* [media] uvcvideo: Lock controls mutex when querying menusLaurent Pinchart2010-12-011-2/+2
* [media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() lockingLaurent Pinchart2010-10-211-1/+1
* [media] uvcvideo: Embed uvc_control_info inside struct uvc_controlLaurent Pinchart2010-10-211-5/+6
* [media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAPMartin Rubli2010-10-211-0/+4
* [media] uvcvideo: Hardcode the index/selector relationship for XU controlsLaurent Pinchart2010-10-211-16/+5
* [media] uvcvideo: Generate discontinuous sequence numbers when frames are lostLaurent Pinchart2010-10-211-1/+1
* V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcamLaurent Pinchart2010-09-271-0/+1
* V4L/DVB: uvcvideo: Drop corrupted compressed framesLaurent Pinchart2010-08-081-2/+3
* V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.hLaurent Pinchart2010-08-021-19/+0
* V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfersLaurent Pinchart2010-08-021-1/+2
* V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart2010-08-021-5/+18
* V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16Laurent Pinchart2010-05-191-1/+3
* V4L/DVB: uvcvideo: Cache control min, max, res and def query resultsLaurent Pinchart2010-02-261-1/+2
* V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart2010-02-261-10/+0
* V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 secondsLaurent Pinchart2010-02-261-1/+1
* V4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight camerasDaniel Ritz2010-02-261-0/+3
* V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers times...Laurent Pinchart2010-02-261-0/+1
* V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequ...Laurent Pinchart2010-01-171-2/+3
* V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structureLaurent Pinchart2009-12-051-6/+3
* V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked listsLaurent Pinchart2009-12-051-3/+2
* V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming contro...Laurent Pinchart2009-12-051-1/+2
* V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the deviceLaurent Pinchart2009-12-051-4/+1
* V4L/DVB (13149): uvcvideo: Add a new UVC_TRACE_VIDEO trace levelLaurent Pinchart2009-12-051-0/+1
* V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart2009-09-121-28/+31
* V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simulta...Laurent Pinchart2009-09-121-44/+42
* V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 d...Laurent Pinchart2009-09-121-0/+1
* V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.hLaurent Pinchart2009-09-121-135/+1
* V4L/DVB (12186): uvcvideo: Remove unused Logitech-specific constantsLaurent Pinchart2009-09-121-17/+0
* V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart2009-09-121-109/+109
* V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.hLaurent Pinchart2009-09-121-7/+0
* V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are...Laurent Pinchart2009-06-161-0/+1
* V4L/DVB (11944): uvcvideo: Add generic control blacklist.Laurent Pinchart2009-06-161-1/+0
* V4L/DVB (11837): uvcvideo: Start status polling on device openLaurent Pinchart2009-06-161-0/+3
* V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vi...Laurent Pinchart2009-03-301-0/+1
* V4L/DVB (10296): uvcvideo: Fix memory leak in input device handlingLaurent Pinchart2009-03-301-0/+1
* V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is lo...Laurent Pinchart2009-03-301-4/+2
* V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart2009-01-291-116/+116