summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7115.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-02-27 00:08:20 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:08:20 -0300
commitecc0b94742014f21fd1ba331bb6815322800b6c8 (patch)
tree6437d7cc5b8148975119d9858f73fd2af0b632dd /drivers/media/video/saa7115.c
parentfddd632a8f3850b3981e21a477fcb83d227353ca (diff)
downloadop-kernel-dev-ecc0b94742014f21fd1ba331bb6815322800b6c8.zip
op-kernel-dev-ecc0b94742014f21fd1ba331bb6815322800b6c8.tar.gz
V4L/DVB (3354): Fix maximum for the saturation and contrast controls.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r--drivers/media/video/saa7115.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c
index 487a429..f0eb985 100644
--- a/drivers/media/video/saa7115.c
+++ b/drivers/media/video/saa7115.c
@@ -1027,7 +1027,7 @@ static struct v4l2_queryctrl saa7115_qctrl[] = {
.type = V4L2_CTRL_TYPE_INTEGER,
.name = "Contrast",
.minimum = 0,
- .maximum = 255,
+ .maximum = 127,
.step = 1,
.default_value = 64,
.flags = 0,
@@ -1036,7 +1036,7 @@ static struct v4l2_queryctrl saa7115_qctrl[] = {
.type = V4L2_CTRL_TYPE_INTEGER,
.name = "Saturation",
.minimum = 0,
- .maximum = 255,
+ .maximum = 127,
.step = 1,
.default_value = 64,
.flags = 0,
OpenPOWER on IntegriCloud