diff options
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 3 | ||||
-rw-r--r-- | v4l/lgdt3302.c | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index a0c5d471f..ed6f16ac6 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.32 2005/06/22 22:31:38 nsh Exp $ + * $Id: tuner-simple.c,v 1.33 2005/06/28 01:39:09 mkrufky Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -216,6 +216,7 @@ static struct tunertype tuners[] = { 16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732}, { "Ymec TVision TVF-5533MF", Philips, NTSC, 16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732}, + { "Thomson DDT 7611 (ATSC/NTSC)", THOMSON, ATSC, 16*157.25,16*454.00,0x39,0x3a,0x3c,0x8e,732}, { "Tena TNF9533-D/IF/TNF9533-B/DF", Philips, PAL, diff --git a/v4l/lgdt3302.c b/v4l/lgdt3302.c index f1eb57b1c..9043d5de5 100644 --- a/v4l/lgdt3302.c +++ b/v4l/lgdt3302.c @@ -1,5 +1,5 @@ /* - * $Id: lgdt3302.c,v 1.6 2005/06/22 06:48:58 mkrufky Exp $ + * $Id: lgdt3302.c,v 1.7 2005/06/28 01:39:09 mkrufky Exp $ * * Support for LGDT3302 (DViCO FustionHDTV 3 Gold) - VSB/QAM * @@ -29,9 +29,6 @@ * * This driver supports DViCO FusionHDTV 3 Gold under Linux. * - * SNR returns a signed integer of the SNR in db (Max 45 db) (Typical 20 db). - * Note: negative values mean noise is greater than signal (unusable signal). - * * TODO: * BER and signal strength always return 0. * Convert to Linux 2.6.12 driver standards & merge into kernel. |