diff options
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 */ |