mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (11095): adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill()
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4ab9b256b5
commit
8c84cfda3e
|
@ -569,6 +569,7 @@ int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 ste
|
|||
case V4L2_CID_RED_BALANCE:
|
||||
case V4L2_CID_BLUE_BALANCE:
|
||||
case V4L2_CID_GAMMA:
|
||||
case V4L2_CID_SHARPNESS:
|
||||
qctrl->flags |= V4L2_CTRL_FLAG_SLIDER;
|
||||
break;
|
||||
case V4L2_CID_PAN_RELATIVE:
|
||||
|
|
Loading…
Reference in New Issue