summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-ctrls.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-19[media] v4l: Fix a use-before-set in the control frameworkLaurent Pinchart1-1/+1
2011-01-19[media] v4l2-ctrls: queryctrl shouldn't attempt to replace V4L2_CID_PRIVATE_B...Hans Verkuil1-1/+4
2011-01-19[media] v4l2-ctrls: fix missing 'read-only' checkHans Verkuil1-0/+3
2011-01-19[media] v4l2-ctrls: v4l2_ctrl_handler_setup must set is_new to 1Hans Verkuil1-10/+14
2010-12-30[media] v4l2-ctrls: only check def for menu, integer and boolean controlsHans Verkuil1-1/+8
2010-12-30[media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil1-23/+23
2010-10-21V4L/DVB: v4l2: Add illuminator controlsJean-François Moine1-0/+4
2010-08-12V4L/DVB: v4l2-ctrls.c: needs to include slab.hRandy Dunlap1-0/+1
2010-08-08V4L/DVB: v4l2-ctrls: Whitespace cleanupsMauro Carvalho Chehab1-37/+37
2010-08-08V4L/DVB: v4l2-ctrls: reorder 'case' statements to match order in headerHans Verkuil1-13/+17
2010-08-08V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil1-0/+1847