From: Raja Mani <raja_mani@xxxxxx> Add support for the following new Control IDs (CID) V4L2_CID_RSSI_THRESHOLD - RSSI Threshold V4L2_CID_TUNE_AF - Alternative Frequency Signed-off-by: Raja Mani <raja_mani@xxxxxx> Signed-off-by: Pramodh AG <pramodh_ag@xxxxxx> Signed-off-by: Manjunatha Halli <x0130808@xxxxxx> --- drivers/media/video/v4l2-common.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index 4e53b0b..5a8e528 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c @@ -520,6 +520,8 @@ const char *v4l2_ctrl_get_name(u32 id) case V4L2_CID_TUNE_PREEMPHASIS: return "Pre-emphasis settings"; case V4L2_CID_TUNE_POWER_LEVEL: return "Tune Power Level"; case V4L2_CID_TUNE_ANTENNA_CAPACITOR: return "Tune Antenna Capacitor"; + case V4L2_CID_RSSI_THRESHOLD: return "RSSI Threshold"; + case V4L2_CID_TUNE_AF: return "Alternative Frequency"; default: return NULL; @@ -585,6 +587,8 @@ int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 ste case V4L2_CID_EXPOSURE_AUTO: case V4L2_CID_COLORFX: case V4L2_CID_TUNE_PREEMPHASIS: + case V4L2_CID_RSSI_THRESHOLD: + case V4L2_CID_TUNE_AF: qctrl->type = V4L2_CTRL_TYPE_MENU; step = 1; break; -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html