summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-blackbird.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-01-20 14:59:41 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-01-20 14:59:41 -0200
commitbe389978b07c5cb7efeb8c0d10e52b7bd236f4b7 (patch)
tree29c2d3e3bb70ebe9148121c91d5770220e09762d /linux/drivers/media/video/cx88/cx88-blackbird.c
parent65e4c6def969e553c32b351221e2c4d62eaa0fcc (diff)
downloadmediapointer-dvb-s2-be389978b07c5cb7efeb8c0d10e52b7bd236f4b7.tar.gz
mediapointer-dvb-s2-be389978b07c5cb7efeb8c0d10e52b7bd236f4b7.tar.bz2
keep the previous tvnorm default for cx88 and cx88-blackbird
From: Mauro Carvalho Chehab <mchehab@infradead.org> The video_ioctl2 conversion replaced the default from NTSC to PAL_BG. This broke cx88-blackbird. Probably, there are some badness at this driver, not doing all required stuff to change video standard. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-blackbird.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-blackbird.c b/linux/drivers/media/video/cx88/cx88-blackbird.c
index a3332e312..3bb0a80de 100644
--- a/linux/drivers/media/video/cx88/cx88-blackbird.c
+++ b/linux/drivers/media/video/cx88/cx88-blackbird.c
@@ -1260,7 +1260,7 @@ static struct video_device cx8802_mpeg_template =
.vidioc_s_tuner = vidioc_s_tuner,
.vidioc_s_std = vidioc_s_std,
.tvnorms = CX88_NORMS,
- .current_norm = V4L2_STD_PAL_BG,
+ .current_norm = V4L2_STD_NTSC_M,
};
/* ------------------------------------------------------------------ */