aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/v4l2-common.c')
-rw-r--r--drivers/media/video/v4l2-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c
index 49aad1ed0b2..b09782563c2 100644
--- a/drivers/media/video/v4l2-common.c
+++ b/drivers/media/video/v4l2-common.c
@@ -569,6 +569,7 @@ int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 ste
569 case V4L2_CID_RED_BALANCE: 569 case V4L2_CID_RED_BALANCE:
570 case V4L2_CID_BLUE_BALANCE: 570 case V4L2_CID_BLUE_BALANCE:
571 case V4L2_CID_GAMMA: 571 case V4L2_CID_GAMMA:
572 case V4L2_CID_SHARPNESS:
572 qctrl->flags |= V4L2_CTRL_FLAG_SLIDER; 573 qctrl->flags |= V4L2_CTRL_FLAG_SLIDER;
573 break; 574 break;
574 case V4L2_CID_PAN_RELATIVE: 575 case V4L2_CID_PAN_RELATIVE: