From 8b47753f8d1e2b64643ce267eba4ca495be6efee Mon Sep 17 00:00:00 2001 From: Josua Grawitter Date: Wed, 11 Mar 2009 14:33:39 +0100 Subject: [PATCH] Fix saturation control "Get saturation" was commented and caused problems in v4l2ucp. Signed-off-by: Josua Grawitter --- sn9c20x-v4l2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sn9c20x-v4l2.c b/sn9c20x-v4l2.c index fedf2c5..ea75449 100644 --- a/sn9c20x-v4l2.c +++ b/sn9c20x-v4l2.c @@ -856,11 +856,11 @@ int sn9c20x_vidioc_g_ctrl(struct file *file, void *priv, case V4L2_CID_GAMMA: ctrl->value = dev->vsettings.gamma; break; -/* + case V4L2_CID_SATURATION: ctrl->value = dev->vsettings.colour; break; -*/ + case V4L2_CID_CONTRAST: ctrl->value = dev->vsettings.contrast; break; -- 2.11.4.GIT