diff options
author | Michael Krufky <devnull@localhost> | 2005-06-28 01:39:09 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-06-28 01:39:09 +0000 |
commit | 8864fa7428dae723f13f8cd22599f5b96986a843 (patch) | |
tree | 94683f17197f43340ec242018872b1f20754ba32 | |
parent | 34def332176d08a62752075880ff19880bd1640b (diff) | |
download | mediapointer-dvb-s2-8864fa7428dae723f13f8cd22599f5b96986a843.tar.gz mediapointer-dvb-s2-8864fa7428dae723f13f8cd22599f5b96986a843.tar.bz2 |
* lgdt3302.c:
- Updated comments.
* tuner-simple.c:
- Added newline for code style consistency.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-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. |