diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-28 10:40:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-28 10:40:03 -0300 |
commit | 91d3c6d25f0fdca128809e48de7da78fc23c243d (patch) | |
tree | d470c3d8d32935cfccbf4aaaa3079132459b8ae8 /linux/drivers/media/video | |
parent | 071e2e8bc4c57532926a7a6e2b502cc065f33fbd (diff) | |
parent | 51f36ae06143e1dd3b668635d02831f0e3d617f9 (diff) | |
download | mediapointer-dvb-s2-91d3c6d25f0fdca128809e48de7da78fc23c243d.tar.gz mediapointer-dvb-s2-91d3c6d25f0fdca128809e48de7da78fc23c243d.tar.bz2 |
Merge from hhackmann tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
merge:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/tvp5150.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/tvp5150.c b/linux/drivers/media/video/tvp5150.c index 571ed11dd..8a6c5c0d0 100644 --- a/linux/drivers/media/video/tvp5150.c +++ b/linux/drivers/media/video/tvp5150.c @@ -80,7 +80,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = { .minimum = 0, .maximum = 255, .step = 1, - .default_value = 0, + .default_value = 128, .flags = 0, }, { .id = V4L2_CID_CONTRAST, @@ -89,7 +89,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = { .minimum = 0, .maximum = 255, .step = 0x1, - .default_value = 0x10, + .default_value = 128, .flags = 0, }, { .id = V4L2_CID_SATURATION, @@ -98,7 +98,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = { .minimum = 0, .maximum = 255, .step = 0x1, - .default_value = 0x10, + .default_value = 128, .flags = 0, }, { .id = V4L2_CID_HUE, @@ -107,7 +107,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = { .minimum = -128, .maximum = 127, .step = 0x1, - .default_value = 0x10, + .default_value = 0, .flags = 0, } }; |