Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3089792 authored by Michael Krufky's avatar Michael Krufky Committed by Linus Torvalds
Browse files

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



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

Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9de11aab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,