From a71b3c7a0123e24856b0b3c4ae284b6f4f2c13dd Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 4 Jul 2005 16:05:50 +0000 Subject: * 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 --- linux/drivers/media/video/cx88/cx88-video.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/video/cx88/cx88-video.c') 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, -- cgit v1.2.3