summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorHartmut Hackmann <devnull@localhost>2005-09-12 20:11:06 +0000
committerHartmut Hackmann <devnull@localhost>2005-09-12 20:11:06 +0000
commitad42163e38bd879b1960eef00ee809729f07c94d (patch)
tree3ef34a5a0a1823b274d1ef23f6417585e7993b84 /linux/drivers/media/video/tuner-simple.c
parent4f6d94056bf3989577c122b67db23d51b4a725a0 (diff)
downloadmediapointer-dvb-s2-ad42163e38bd879b1960eef00ee809729f07c94d.tar.gz
mediapointer-dvb-s2-ad42163e38bd879b1960eef00ee809729f07c94d.tar.bz2
added support for the Philips TD1316 tuner
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r--linux/drivers/media/video/tuner-simple.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c
index f6b6820f7..6df94cc45 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.50 2005/09/10 07:23:41 nsh Exp $
+ * $Id: tuner-simple.c,v 1.51 2005/09/12 20:11:06 hhackmann Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -250,6 +250,8 @@ static struct tunertype tuners[] = {
16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623},
{ "LG NTSC (TALN mini series)", LGINNOTEK, NTSC,
16*137.25,16*373.25,0x01,0x02,0x08,0x8e,732 },
+ { "Philips TD1316 Hybrid Tuner", Philips, PAL,
+ 16*160.00,16*442.00,0xa1,0xa2,0xa4,0xc8,623 },
};
unsigned const int tuner_count = ARRAY_SIZE(tuners);