Commit 76464d41 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (7288): cx88: fix GPIO for FusionHDTV 7 Gold input selection

Fix GPIO for FusionHDTV 7 Gold tv / s-video / composite input selection.
Fix card textual name to match other FusionHDTV device names.
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 1117d6ba
...@@ -63,4 +63,4 @@ ...@@ -63,4 +63,4 @@
62 -> PowerColor Real Angel 330 [14f1:ea3d] 62 -> PowerColor Real Angel 330 [14f1:ea3d]
63 -> Geniatech X8000-MT DVBT [14f1:8852] 63 -> Geniatech X8000-MT DVBT [14f1:8852]
64 -> DViCO FusionHDTV DVB-T PRO [18ac:db30] 64 -> DViCO FusionHDTV DVB-T PRO [18ac:db30]
65 -> DVICO FusionHDTV7 Gold [18ac:d610] 65 -> DViCO FusionHDTV 7 Gold [18ac:d610]
...@@ -1572,7 +1572,7 @@ static const struct cx88_board cx88_boards[] = { ...@@ -1572,7 +1572,7 @@ static const struct cx88_board cx88_boards[] = {
.mpeg = CX88_MPEG_DVB, .mpeg = CX88_MPEG_DVB,
}, },
[CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = { [CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = {
.name = "DVICO FusionHDTV7 Gold", .name = "DViCO FusionHDTV 7 Gold",
.tuner_type = TUNER_XC5000, .tuner_type = TUNER_XC5000,
.radio_type = UNSET, .radio_type = UNSET,
.tuner_addr = ADDR_UNSET, .tuner_addr = ADDR_UNSET,
...@@ -1580,15 +1580,15 @@ static const struct cx88_board cx88_boards[] = { ...@@ -1580,15 +1580,15 @@ static const struct cx88_board cx88_boards[] = {
.input = {{ .input = {{
.type = CX88_VMUX_TELEVISION, .type = CX88_VMUX_TELEVISION,
.vmux = 0, .vmux = 0,
.gpio0 = 0x37df, .gpio0 = 0x10df,
},{ },{
.type = CX88_VMUX_COMPOSITE1, .type = CX88_VMUX_COMPOSITE1,
.vmux = 1, .vmux = 1,
.gpio0 = 0x37df, .gpio0 = 0x16d9,
},{ },{
.type = CX88_VMUX_SVIDEO, .type = CX88_VMUX_SVIDEO,
.vmux = 2, .vmux = 2,
.gpio0 = 0x37df, .gpio0 = 0x16d9,
}}, }},
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment