diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-06-24 01:04:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 03:06:38 -0400 |
commit | 3c1d0185db6a44b6304c404f4da1a1a98746ca46 (patch) | |
tree | 8837af3c12bd6ab030c83666255ace841461c02e /drivers/media/video/tuner-simple.c | |
parent | 80d34362f391840dcb10c0ec261f765871a586f7 (diff) |
[PATCH] v4l: support tuner for Thomson DDT 7611 (ATSC/NTSC)
Add support for tuner#60: Thomson DDT 7611 (ATSC/NTSC) Change tuner in
card#28 (DViCO FusionHDTV3 Gold-T) from tuner=52 (Tuner Thomson DDT 7610)
to tuner=60 (Tuner Thomson DDT 7611)
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r-- | drivers/media/video/tuner-simple.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index f7305c8d53de..866f18dc5b58 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -217,6 +217,9 @@ static struct tunertype tuners[] = { | |||
217 | 16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732}, | 217 | 16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732}, |
218 | { "Ymec TVision TVF-5533MF", Philips, NTSC, | 218 | { "Ymec TVision TVF-5533MF", Philips, NTSC, |
219 | 16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732}, | 219 | 16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732}, |
220 | |||
221 | { "Thomson DDT 7611 (ATSC/NTSC)", THOMSON, ATSC, | ||
222 | 16*157.25,16*454.00,0x39,0x3a,0x3c,0x8e,732}, | ||
220 | }; | 223 | }; |
221 | unsigned const int tuner_count = ARRAY_SIZE(tuners); | 224 | unsigned const int tuner_count = ARRAY_SIZE(tuners); |
222 | 225 | ||