diff options
author | Michael Krufky <devnull@localhost> | 2006-06-19 14:49:20 +0200 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-06-19 14:49:20 +0200 |
commit | 6fd7eb0bb3091e8cec9b432135ed92425a999a72 (patch) | |
tree | 7e1dd3b397c7d8f5790599109c94550752b019b6 /linux/drivers/media/video/cx88 | |
parent | 6faaa169cbda16eb4f8ac681d40439e0e9dee8d6 (diff) | |
download | mediapointer-dvb-s2-6fd7eb0bb3091e8cec9b432135ed92425a999a72.tar.gz mediapointer-dvb-s2-6fd7eb0bb3091e8cec9b432135ed92425a999a72.tar.bz2 |
Backed out changeset e3215d345e206c37b4a72a6f41d0a8c6696de3fa
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index 59a7e096d..9c2f0dd39 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -266,10 +266,10 @@ static struct cx88_ctrl cx8800_ctls[] = { .minimum = 0, .maximum = 0xff, .step = 1, - .default_value = 0x7f, + .default_value = 0x3f, .type = V4L2_CTRL_TYPE_INTEGER, }, - .off = 64, + .off = 0, .reg = MO_CONTR_BRIGHT, .mask = 0xff00, .shift = 8, |