aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_ctrl.c
Commit message (Expand)AuthorAge
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-15
* video/uvc: use memweight()Akinobu Mita2012-07-30
* [media] uvcvideo: Fix V4L2 button controls that share the same UVC controlLaurent Pinchart2012-05-20
* [media] v4l2-event: fix regression with initial event handlingHans Verkuil2012-05-15
* [media] uvcvideo: Drop unused ctrl member from struct uvc_control_mappingHans de Goede2012-05-07
* [media] uvcvideo: Send control change events for slave ctrls when the master ...Hans de Goede2012-05-07
* [media] uvcvideo: Properly report the inactive flag for inactive controlsHans de Goede2012-05-07
* [media] uvcvideo: Add support for control eventsHans de Goede2012-05-07
* [media] uvcvideo: Move __uvc_ctrl_get() upHans de Goede2012-05-07
* [media] uvcvideo: Refactor uvc_ctrl_get and queryHans de Goede2012-05-07
* [media] uvcvideo: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-30
* [media] uvcvideo: Ignore GET_RES error for XU controlsLaurent Pinchart2011-12-11
* [media] uvcvideo: GET_RES should only be checked for BITMAP type menu controlsHans de Goede2011-11-07
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-30
|\
| * [media] uvcvideo: Fix control mapping for devices with multiple chainsStephan Lachowsky2011-07-27
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-26
|/
* [media] uvcvideo: Return -ERANGE when userspace sets an unsupported menu entryLaurent Pinchart2011-05-20
* [media] uvcvideo: Don't report unsupported menu entriesLaurent Pinchart2011-05-20
* [media] uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*Laurent Pinchart2011-05-20
* [media] uvcvideo: Add UVCIOC_CTRL_QUERY ioctlMartin Rubli2011-05-20
* [media] uvcvideo: Lock controls mutex when querying menusLaurent Pinchart2010-12-01
* [media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() lockingLaurent Pinchart2010-10-20
* [media] uvcvideo: Fix bogus XU controls informationLaurent Pinchart2010-10-20
* [media] uvcvideo: Delay initialization of XU controlsLaurent Pinchart2010-10-20
* [media] uvcvideo: Embed uvc_control_info inside struct uvc_controlLaurent Pinchart2010-10-20
* [media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAPMartin Rubli2010-10-20
* [media] uvcvideo: Hardcode the index/selector relationship for XU controlsLaurent Pinchart2010-10-20
* [media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart2010-10-20
* [media] uvcvideo: Constify the uvc_entity_match_guid argumentsLaurent Pinchart2010-10-20
* [media] uvcvideo: Blacklist more controls for Hercules Dualpix ExchangeLaurent Pinchart2010-10-20
* V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfersLaurent Pinchart2010-08-02
* V4L/DVB: uvcvideo: Define control information bits using macrosLaurent Pinchart2010-08-02
* V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart2010-08-02
* V4L/DVB: uvcvideo: Make button controls work properlyHans de Goede2010-08-02
* V4L/DVB: uvcvideo: Add support for absolute pan/tilt controlsMartin Rubli2010-08-02
* V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RESLaurent Pinchart2010-07-08
* V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0Laurent Pinchart2010-05-19
* V4L/DVB: uvcvideo: Flag relative controls as write-onlyLaurent Pinchart2010-05-19
* V4L/DVB: uvcvideo: Support iris absolute and relative controlsLaurent Pinchart2010-05-17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcamLaurent Pinchart2010-02-26
* V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum valuesLaurent Pinchart2010-02-26
* V4L/DVB: uvcvideo: Cache control min, max, res and def query resultsLaurent Pinchart2010-02-26
* V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range m...Laurent Pinchart2010-02-26
* V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart2010-02-26
* V4L/DVB (13826): uvcvideo: Fix controls blacklistingLaurent Pinchart2010-01-17
* V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked listsLaurent Pinchart2009-12-05
* V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIO...Laurent Pinchart2009-12-05
* V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mi...Laurent Pinchart2009-11-07
* V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart2009-09-12