summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2005-09-10 07:23:41 +0000
committerNickolay V. Shmyrev <devnull@localhost>2005-09-10 07:23:41 +0000
commit4854d8c5d3ed297a6a3526272ddadb0b8486036b (patch)
tree392acbaaed82d7d08d6235f463f6efc138f53644
parent821ad0054b042b772f141809628d16bc5bdb9325 (diff)
downloadmediapointer-dvb-s2-4854d8c5d3ed297a6a3526272ddadb0b8486036b.tar.gz
mediapointer-dvb-s2-4854d8c5d3ed297a6a3526272ddadb0b8486036b.tar.bz2
* tuner-simple.c:
- Lower switch from VHF_LO to VHF_HI for Philips 1216ME MK3 Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
-rw-r--r--linux/drivers/media/video/tuner-simple.c4
-rw-r--r--v4l/ChangeLog8
2 files changed, 10 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c
index fc1c2b275..f6b6820f7 100644
--- a/linux/drivers/media/video/tuner-simple.c
+++ b/linux/drivers/media/video/tuner-simple.c
@@ -1,5 +1,5 @@
/*
- * $Id: tuner-simple.c,v 1.49 2005/08/30 15:18:50 mkrufky Exp $
+ * $Id: tuner-simple.c,v 1.50 2005/09/10 07:23:41 nsh Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -187,7 +187,7 @@ static struct tunertype tuners[] = {
{ "LG PAL (newer TAPC series)", LGINNOTEK, PAL,
16*170.00, 16*450.00, 0x01,0x02,0x08,0x8e,623},
{ "Philips PAL/SECAM multi (FM1216ME MK3)", Philips, PAL,
- 16*160.00,16*442.00,0x01,0x02,0x04,0x8e,623 },
+ 16*158.00,16*442.00,0x01,0x02,0x04,0x8e,623 },
{ "LG NTSC (newer TAPC series)", LGINNOTEK, NTSC,
16*170.00, 16*450.00, 0x01,0x02,0x08,0x8e,732},
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 233b08a48..5a04659cf 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-10 06:57 nshmyrev
+
+ * tuner-simple.c:
+ - Lower switch from VHF_LO to VHF_HI for Philips 1216ME MK3
+
+ Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+ Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
+
2005-09-08 23:06 nshmyrev
* i2c-kbd-gpio.c: