diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-17 20:22:30 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-17 20:22:30 -0200 |
commit | 198381e2bf6cf71e853c1b0062ec359b7e53bd68 (patch) | |
tree | 13c5339bf034956530b5ebe241dc2140dd24cc7a /linux/drivers/media/video/saa7115.c | |
parent | 5aea06a41b6e843a69f224d5ead6d0b5f86695ad (diff) | |
parent | 900987a1975deef83819b9678a52d6859d67a128 (diff) | |
download | mediapointer-dvb-s2-198381e2bf6cf71e853c1b0062ec359b7e53bd68.tar.gz mediapointer-dvb-s2-198381e2bf6cf71e853c1b0062ec359b7e53bd68.tar.bz2 |
Merge from mkrufky tree.
Some small updates in the comments for KWorld HardwareMpegTV XPert.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/saa7115.c')
-rw-r--r-- | linux/drivers/media/video/saa7115.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7115.c b/linux/drivers/media/video/saa7115.c index 22027af75..aa3600ad9 100644 --- a/linux/drivers/media/video/saa7115.c +++ b/linux/drivers/media/video/saa7115.c @@ -1038,7 +1038,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, @@ -1047,7 +1047,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, |