summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-24 17:44:09 +0000
committerMichael Krufky <devnull@localhost>2005-07-24 17:44:09 +0000
commit5715085bb5ef7736528666d31f4745d0911858db (patch)
tree6c33b4e3a4e21affcf51b0ab01cb8037b3a5eb26 /linux/drivers/media/video/tuner-simple.c
parent0d26f2838aa376691a6ca8af577abfef28bc5a2b (diff)
downloadmediapointer-dvb-s2-5715085bb5ef7736528666d31f4745d0911858db.tar.gz
mediapointer-dvb-s2-5715085bb5ef7736528666d31f4745d0911858db.tar.bz2
* cx88-cards.c, cx88.h, tuner-simple.c, tuner.h:
- Added analog support for DViCO FusionHDTV5 Gold. 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.c5
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 cea99fc88..c4a0cbbdf 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.40 2005/07/15 21:44:14 mchehab Exp $
+ * $Id: tuner-simple.c,v 1.41 2005/07/24 17:44:09 mkrufky Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -246,6 +246,9 @@ static struct tunertype tuners[] = {
/* see tea5767.c for details */},
{ "Philips FMD1216ME MK3 Hybrid Tuner", Philips, PAL,
16*160.00,16*442.00,0x51,0x52,0x54,0x86,623 },
+
+ { "TUA6034/LG-H062F NIM", LGINNOTEK, NTSC,
+ 16*160.00,16*455.00,0x01,0x02,0x04,0x8e,732},
};
unsigned const int tuner_count = ARRAY_SIZE(tuners);