diff options
author | Michael Krufky <devnull@localhost> | 2005-06-21 11:35:44 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-06-21 11:35:44 +0000 |
commit | ee46a700c83813f09a3df14685d30504c50daf35 (patch) | |
tree | 568fbba78d3e02ab88c7c816c1f242602a758006 | |
parent | 2687f3fc32f1b40c2835c42a8b5d48c4f22fe7a8 (diff) | |
download | mediapointer-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>
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 10 | ||||
-rw-r--r-- | v4l/ChangeLog | 9 |
2 files changed, 13 insertions, 6 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); diff --git a/v4l/ChangeLog b/v4l/ChangeLog index ebdc4cc8f..422af2a98 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2005-06-21 07:32 mkrufky + * 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> + 2005-06-21 02:04 mkrufky * cx88-dvb.c: - Fixed missing line in cx88-dvb.c @@ -10,7 +17,7 @@ * CARDLIST.saa7134, CARDLIST.tuner: - Add new card entry: Kworld Xpert TV PVR7134 - Add new tuner entry: Tena TNF9533-B/DF + - Add new tuner entry: Tena TNF9533-B/DF Thanks to Hannibal <hannibal@megapolis.pl> - Replace // with /* */ |