From: Mauro Carvalho Chehab Date: Fri, 9 Sep 2005 20:03:48 +0000 (-0700) Subject: [PATCH] v4l: correct LG NTSC TALN mini tuner takeover X-Git-Tag: v2.6.14-rc1~366 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5adc1c306b1ce5b297bd8ee010a62f39cd32b9e4;p=platform%2Fkernel%2Flinux-3.10.git [PATCH] v4l: correct LG NTSC TALN mini tuner takeover - correct LG NTSC TALN mini tuner takeover as far we can empirically determine for now. Signed-off-by: Hermann Pitton Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index 2603440..6f153ca 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c @@ -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);