[PATCH 2/2] V4L: Enable s-video input on DViCO FusionHDTV5 Lite

From: mchehab
Date: Fri Oct 07 2005 - 20:05:12 EST


From: Michael Krufky <mkrufky@xxxxxxxxxxx>

* bttv-cards.c:
- Enable S-Video input on DViCO FusionHDTV5 Lite

Signed-off-by: Michael Krufky <mkrufky@xxxxxxx>
Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxx>

bttv-cards.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

------------------

diff -upr linux-2.6.14-rc3-git7/drivers/media/video/bttv-cards.c linux/drivers/media/video/bttv-cards.c
--- linux-2.6.14-rc3-git7/drivers/media/video/bttv-cards.c 2005-10-07 14:54:38.915668669 -0500
+++ linux/drivers/media/video/bttv-cards.c 2005-10-07 15:46:58.019236100 -0500
@@ -2393,10 +2393,10 @@ struct tvcard bttv_tvcards[] = {
.tuner = 0,
.tuner_type = TUNER_LG_TDVS_H062F,
.tuner_addr = ADDR_UNSET,
- .video_inputs = 2,
+ .video_inputs = 3,
.audio_inputs = 1,
.svhs = 2,
- .muxsel = { 2, 3 },
+ .muxsel = { 2, 3, 1 },
.gpiomask = 0x00e00007,
.audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 },
.no_msp34xx = 1,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/