diff options
author | Michael Krufky <devnull@localhost> | 2005-07-04 16:05:50 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-04 16:05:50 +0000 |
commit | a71b3c7a0123e24856b0b3c4ae284b6f4f2c13dd (patch) | |
tree | 6019ef505a40136289328c99ca89a1c519921a19 /linux/drivers/media/video/cx88/cx88-video.c | |
parent | cf01451d7160c8c93edc5fbbfaadf2fbe1818faa (diff) | |
download | mediapointer-dvb-s2-a71b3c7a0123e24856b0b3c4ae284b6f4f2c13dd.tar.gz mediapointer-dvb-s2-a71b3c7a0123e24856b0b3c4ae284b6f4f2c13dd.tar.bz2 |
* Makefile, saa7134-dvb.c:
- Let Kconfig decide whether to include
frontend-specific code in saa7134-dvb.
* cx88-video.c:
- added missing contrast offset value, set to 0.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index fd744d712..350e63db7 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.75 2005/07/03 18:29:45 mchehab Exp $ + * $Id: cx88-video.c,v 1.76 2005/07/04 16:05:50 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -255,6 +255,7 @@ static struct cx88_ctrl cx8800_ctls[] = { .default_value = 0, .type = V4L2_CTRL_TYPE_INTEGER, }, + .off = 0, .reg = MO_CONTR_BRIGHT, .mask = 0xff00, .shift = 8, |