summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-06-21 11:35:44 +0000
committerMichael Krufky <devnull@localhost>2005-06-21 11:35:44 +0000
commitee46a700c83813f09a3df14685d30504c50daf35 (patch)
tree568fbba78d3e02ab88c7c816c1f242602a758006 /linux
parent2687f3fc32f1b40c2835c42a8b5d48c4f22fe7a8 (diff)
downloadmediapointer-dvb-s2-ee46a700c83813f09a3df14685d30504c50daf35.tar.gz
mediapointer-dvb-s2-ee46a700c83813f09a3df14685d30504c50daf35.tar.bz2
* tuner-simple.c:
- Fix UHF switch for tuner=61 & tuner=64. Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/tuner-simple.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c
index 54e11f41e..ed989e248 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.28 2005/06/21 03:10:31 mkrufky Exp $
+ * $Id: tuner-simple.c,v 1.29 2005/06/21 11:35:44 mkrufky Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -220,16 +220,16 @@ static struct tunertype tuners[] = {
16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732},
{ "Thomson DDT 7611 (ATSC/NTSC)", THOMSON, ATSC,
16*157.25,16*454.00,0x39,0x3a,0x3c,0x8e,732},
- { "Tena TNF9533-D/IF", LGINNOTEK, PAL,
- 16*160.25, 16*464.25, 0x01,0x02,0x08,0x8e,623},
+ { "Tena TNF9533-D/IF", Philips, PAL,
+ 16*160.25,16*464.25,0x01,0x02,0x04,0x8e,623},
/* This entry is for TEA5767 FM radio only chip used on several boards w/TV tuner */
{ TEA5767_TUNER_NAME, Philips, RADIO,
-1, -1, 0, 0, 0, TEA5767_LOW_LO_32768,0},
{ "Philips FMD1216ME MK3 Hybrid Tuner", Philips, PAL,
16*160.00,16*442.00,0x51,0x52,0x54,0x86,623 },
- { "Tena TNF9533-B/DF", LGINNOTEK, PAL,
- 16*160.25, 16*464.25, 0x01,0x02,0x04,0x8e,623},
+ { "Tena TNF9533-B/DF", Philips, PAL,
+ 16*160.25,16*464.25,0x01,0x02,0x04,0x8e,623},
};
unsigned const int tuner_count = ARRAY_SIZE(tuners);