patch-2.4.0-test5 linux/drivers/char/tuner.c

Next file: linux/drivers/char/tvmixer.c
Previous file: linux/drivers/char/tty_io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/char/tuner.c linux/drivers/char/tuner.c
@@ -172,8 +172,7 @@
 		config = tun->UHF;
 
 #if 1   // Fix colorstandard mode change
-	if (t->type == TUNER_PHILIPS_SECAM 
-	    /*&& t->std == V4L2_STANDARD_DDD*/ )
+	if (t->type == TUNER_PHILIPS_SECAM && t->mode)
 		config |= tun->mode;
 	else
 		config &= ~tun->mode;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)