Skip to content

Commit

Permalink
[PATCH] v4l: correct LG NTSC TALN mini tuner takeover
Browse files Browse the repository at this point in the history
- correct LG NTSC TALN mini tuner takeover as far we can
  empirically determine for now.

Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Sep 9, 2005
1 parent 272435d commit 5adc1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static struct tunertype tuners[] = {
{ "Ymec TVF66T5-B/DFF", Philips, PAL,
16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623},
{ "LG NTSC (TALN mini series)", LGINNOTEK, NTSC,
16*150.00,16*425.00,0x01,0x02,0x08,0x8e,732 },
16*137.25,16*373.25,0x01,0x02,0x08,0x8e,732 },
};

unsigned const int tuner_count = ARRAY_SIZE(tuners);
Expand Down

0 comments on commit 5adc1c3

Please sign in to comment.