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
- Lines: 10
- Date:
Tue Jul 18 22:35:33 2000
- Orig file:
v2.4.0-test4/linux/drivers/char/tuner.c
- Orig date:
Fri Jun 23 21:55:08 2000
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)