From 3b7d1ca1674a78e7c84cddab48b5649590d14d1d Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Mon, 11 Dec 2006 19:51:43 +0100 Subject: Add missing tuner module option pal=60 for PAL-60 support. From: Hans Verkuil Signed-off-by: Hans Verkuil --- linux/drivers/media/video/tuner-core.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux') diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index b1db6bf50..a42204b02 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -308,6 +308,10 @@ static int tuner_fixup_std(struct tuner *t) { if ((t->std & V4L2_STD_PAL) == V4L2_STD_PAL) { switch (pal[0]) { + case '6': + tuner_dbg ("insmod fixup: PAL => PAL-60\n"); + t->std = V4L2_STD_PAL_60; + break; case 'b': case 'B': case 'g': -- cgit v1.2.3