aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_ctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21[media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() lockingLaurent Pinchart1-25/+38
2010-10-21[media] uvcvideo: Fix bogus XU controls informationLaurent Pinchart1-0/+41
2010-10-21[media] uvcvideo: Delay initialization of XU controlsLaurent Pinchart1-87/+107
2010-10-21[media] uvcvideo: Embed uvc_control_info inside struct uvc_controlLaurent Pinchart1-68/+62
2010-10-21[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAPMartin Rubli1-0/+14
2010-10-21[media] uvcvideo: Hardcode the index/selector relationship for XU controlsLaurent Pinchart1-211/+222
2010-10-21[media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart1-2/+2
2010-10-21[media] uvcvideo: Constify the uvc_entity_match_guid argumentsLaurent Pinchart1-1/+2
2010-10-21[media] uvcvideo: Blacklist more controls for Hercules Dualpix ExchangeLaurent Pinchart1-8/+28
2010-08-02V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfersLaurent Pinchart1-18/+33
2010-08-02V4L/DVB: uvcvideo: Define control information bits using macrosLaurent Pinchart1-6/+6
2010-08-02V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart1-0/+22
2010-08-02V4L/DVB: uvcvideo: Make button controls work properlyHans de Goede1-0/+8
2010-08-02V4L/DVB: uvcvideo: Add support for absolute pan/tilt controlsMartin Rubli1-0/+20
2010-07-08V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RESLaurent Pinchart1-2/+2
2010-05-19V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0Laurent Pinchart1-0/+2
2010-05-19V4L/DVB: uvcvideo: Flag relative controls as write-onlyLaurent Pinchart1-12/+16
2010-05-18V4L/DVB: uvcvideo: Support iris absolute and relative controlsLaurent Pinchart1-0/+20
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: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcamLaurent Pinchart1-0/+1
2010-02-26V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum valuesLaurent Pinchart1-4/+43
2010-02-26V4L/DVB: uvcvideo: Cache control min, max, res and def query resultsLaurent Pinchart1-48/+72
2010-02-26V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range menu indexLaurent Pinchart1-1/+1
2010-02-26V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart1-40/+32
2010-01-17V4L/DVB (13826): uvcvideo: Fix controls blacklistingLaurent Pinchart1-1/+1
2009-12-05V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked listsLaurent Pinchart1-24/+5
2009-12-05V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIOC_QUERYCTRLLaurent Pinchart1-0/+7
2009-11-07V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mismatch with abs()Laurent Pinchart1-1/+1
2009-09-12V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart1-41/+41
2009-09-12V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart1-99/+106
2009-06-16V4L/DVB (11944): uvcvideo: Add generic control blacklist.Laurent Pinchart1-20/+15
2009-03-30V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.Laurent Pinchart1-1/+1
2009-01-29V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart1-3/+3
2009-01-29V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi1-1/+0
2008-12-30V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart1-12/+64
2008-12-30V4L/DVB (9902): uvcvideo: V4L2 privacy control supportLaurent Pinchart1-0/+10
2008-12-30V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls.Laurent Pinchart1-2/+55
2008-10-12V4L/DVB (9036): uvcvideo: Fix control cache access when setting composite auto-update controlsLaurent Pinchart1-8/+13
2008-10-12V4L/DVB (9035): uvcvideo: Declare missing camera and processing unit controls.Laurent Pinchart1-19/+145
2008-10-04V4L/DVB (9053): fix buffer overflow in uvc-videoRalph Loader1-1/+1
2008-08-06V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.Laurent Pinchart1-12/+21
2008-07-26V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying a boolean control.Laurent Pinchart1-1/+12
2008-07-26V4L/DVB (8497): uvcvideo: Make the auto-exposure menu control V4L2 compliantLaurent Pinchart1-1/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-0/+1
2008-06-30V4L/DVB (8145a): USB Video Class driverLaurent Pinchart1-0/+1256