summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-07-28 18:41:21 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-07-28 18:41:21 +0000
commit319d808ed30372050868e4e6797e913cd92064e8 (patch)
treed874cab1081b51a2d0b628ee54a846061f9d7899 /linux/drivers/media/video/tuner-simple.c
parent32a871afe049b032949e74889d6f6b3df02cf78b (diff)
downloadmediapointer-dvb-s2-319d808ed30372050868e4e6797e913cd92064e8.tar.gz
mediapointer-dvb-s2-319d808ed30372050868e4e6797e913cd92064e8.tar.bz2
- tuner_addr added.
- Added support for Acorp Y878F card. - some spaces used for identation replaced by tabs. - Added support for tuner Ymec TVF66T5-B/DFF Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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 bf0beeee8..083f72f7d 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.42 2005/07/27 12:00:36 mkrufky Exp $
+ * $Id: tuner-simple.c,v 1.43 2005/07/28 18:41:21 mchehab Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -249,6 +249,9 @@ static struct tunertype tuners[] = {
{ "LG TDVS-H062F/TUA6034", LGINNOTEK, NTSC,
16*160.00,16*455.00,0x01,0x02,0x04,0x8e,732},
+
+ { "Ymec TVF66T5-B/DFF", Philips, PAL,
+ 16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623},
};
unsigned const int tuner_count = ARRAY_SIZE(tuners);