diff options
author | Michael Krufky <devnull@localhost> | 2005-06-21 03:10:31 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-06-21 03:10:31 +0000 |
commit | 4f61ccbea82fc9c0139802d9a7179307a951ea45 (patch) | |
tree | 0616a7d389ef992004ca81488be3754bbd0b1f06 /linux/drivers/media/video/tuner-simple.c | |
parent | 50ee235124bde04fe78791e1250c1bdddd9a0008 (diff) | |
download | mediapointer-dvb-s2-4f61ccbea82fc9c0139802d9a7179307a951ea45.tar.gz mediapointer-dvb-s2-4f61ccbea82fc9c0139802d9a7179307a951ea45.tar.bz2 |
* saa7134-cards.c, saa7134-input.c, saa7134.h:
* tuner-simple.c, tuner.h:
* CARDLIST.saa7134, CARDLIST.tuner:
- Add new card entry: Kworld Xpert TV PVR7134
Add new tuner entry: Tena TNF9533-B/DF
Thanks to Hannibal <hannibal@megapolis.pl>
- Replace // with /* */
- Fix tab/spacing problems
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index 10d4284e1..54e11f41e 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.27 2005/06/18 06:00:36 nsh Exp $ + * $Id: tuner-simple.c,v 1.28 2005/06/21 03:10:31 mkrufky Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -228,6 +228,8 @@ static struct tunertype tuners[] = { -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}, }; unsigned const int tuner_count = ARRAY_SIZE(tuners); @@ -458,6 +460,7 @@ static void default_set_radio_freq(struct i2c_client *c, unsigned int freq) buffer[2] = tun->config; switch (t->type) { + case TUNER_TENA_9533_B: case TUNER_TENA_9533_DI: case TUNER_YMEC_TVF_5533MF: /*These values are empirically determinated */ |