diff options
author | Michael Krufky <devnull@localhost> | 2005-08-30 05:20:08 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-30 05:20:08 +0000 |
commit | 48c5f479711c82671532f3bb670aec13b5472d87 (patch) | |
tree | defe8cd6afc390d93c982431f2c30adfae2d8ad9 /linux/drivers | |
parent | 92a16dc4c122516cf49f876bf229d9741f19bac9 (diff) | |
download | mediapointer-dvb-s2-48c5f479711c82671532f3bb670aec13b5472d87.tar.gz mediapointer-dvb-s2-48c5f479711c82671532f3bb670aec13b5472d87.tar.bz2 |
Change LG TDVS H062F from NTSC to ATSC.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index 15db7e8a8..b7dbdb1e5 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.47 2005/08/30 04:47:44 mchehab Exp $ + * $Id: tuner-simple.c,v 1.48 2005/08/30 05:20:08 mkrufky Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -244,7 +244,7 @@ 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 }, - { "LG TDVS-H062F/TUA6034", LGINNOTEK, NTSC, + { "LG TDVS-H062F/TUA6034", LGINNOTEK, ATSC, 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}, |