aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2006-01-09 12:25:29 -0500
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:29 -0500
commit83ac8722be6d34b9bbcaabfff825d5847ce3a9d4 (patch)
tree2f5b1e111f7c988a0a5ce288e1c19e4159c31446 /drivers/media/video/tuner-simple.c
parentbc61b0102a53ee0ced3a8747cd4afe656a453756 (diff)
V4L/DVB (3196): correct Thomson DTT 761x frequency ranges
- Corrected Thomson DTT 7611 tuner programming, based on spec sheet - renamed to Thomson DTT 761x - applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A (DTT 7610 is similar, but slightly different programming) - corrected frequency ranges for analog and digital modes Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r--drivers/media/video/tuner-simple.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c
index cabb02a610df..985464f4b7c2 100644
--- a/drivers/media/video/tuner-simple.c
+++ b/drivers/media/video/tuner-simple.c
@@ -573,7 +573,7 @@ static struct tunertype tuners[] = {
573 .config = 0x8e, 573 .config = 0x8e,
574 }, 574 },
575 [TUNER_THOMSON_DTT7610] = { /* THOMSON ATSC */ 575 [TUNER_THOMSON_DTT7610] = { /* THOMSON ATSC */
576 .name = "Thomson DDT 7610 (ATSC/NTSC)", 576 .name = "Thomson DTT 7610 (ATSC/NTSC)",
577 .thresh1= 16 * 157.25 /*MHz*/, 577 .thresh1= 16 * 157.25 /*MHz*/,
578 .thresh2= 16 * 454.00 /*MHz*/, 578 .thresh2= 16 * 454.00 /*MHz*/,
579 .VHF_L = 0x39, 579 .VHF_L = 0x39,
@@ -640,10 +640,11 @@ static struct tunertype tuners[] = {
640 }, 640 },
641 641
642 /* 60-69 */ 642 /* 60-69 */
643 [TUNER_THOMSON_DTT7611] = { /* THOMSON ATSC */ 643 [TUNER_THOMSON_DTT761X] = { /* THOMSON ATSC */
644 .name = "Thomson DDT 7611 (ATSC/NTSC)", 644 /* DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A */
645 .thresh1= 16 * 157.25 /*MHz*/, 645 .name = "Thomson DTT 761X (ATSC/NTSC)",
646 .thresh2= 16 * 454.00 /*MHz*/, 646 .thresh1= 16 * 145.25 /*MHz*/,
647 .thresh2= 16 * 415.25 /*MHz*/,
647 .VHF_L = 0x39, 648 .VHF_L = 0x39,
648 .VHF_H = 0x3a, 649 .VHF_H = 0x3a,
649 .UHF = 0x3c, 650 .UHF = 0x3c,