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 /linux | |
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>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 3 |
1 files changed, 2 insertions, 1 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, |