diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-08-04 04:01:28 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-08-04 04:01:28 +0000 |
commit | 66832767b8282205c3162fb2f441ed462ee9ffa6 (patch) | |
tree | 336686bd35ce5e3253f248054c4c9361ca04eb28 /linux/drivers/media/video/tuner-simple.c | |
parent | 8e6af9233c75c6021c86d0a7e519ed428fdea258 (diff) | |
download | mediapointer-dvb-s2-66832767b8282205c3162fb2f441ed462ee9ffa6.tar.gz mediapointer-dvb-s2-66832767b8282205c3162fb2f441ed462ee9ffa6.tar.bz2 |
* saa7134-card.c, saa7134.h, tuner.h, tuner-simple.c:
- Add new Digimatrix card and LG TAPC Mini tuner for it
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index 083f72f7d..0c4e72dfe 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.43 2005/07/28 18:41:21 mchehab Exp $ + * $Id: tuner-simple.c,v 1.44 2005/08/04 04:01:28 nsh Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -249,9 +249,10 @@ 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}, + { "LG NTSC (TALN mini series)", LGINNOTEK, NTSC, + 16*150.00,16*425.00,0x01,0x02,0x08,0x8e,732 }, }; unsigned const int tuner_count = ARRAY_SIZE(tuners); |