diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:45:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:46 -0400 |
commit | 76464d412a5a51633881078d4109212e4463e8d4 (patch) | |
tree | f1af17b1829e96950c2d6fdd1946219b9cd74c7e | |
parent | 1117d6ba1313b8821b10403de114c38764008c45 (diff) |
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: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/video4linux/CARDLIST.cx88 | 2 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/video4linux/CARDLIST.cx88 b/Documentation/video4linux/CARDLIST.cx88 index b5f2134f1664..da7f70dfad2a 100644 --- a/Documentation/video4linux/CARDLIST.cx88 +++ b/Documentation/video4linux/CARDLIST.cx88 | |||
@@ -63,4 +63,4 @@ | |||
63 | 62 -> PowerColor Real Angel 330 [14f1:ea3d] | 63 | 62 -> PowerColor Real Angel 330 [14f1:ea3d] |
64 | 63 -> Geniatech X8000-MT DVBT [14f1:8852] | 64 | 63 -> Geniatech X8000-MT DVBT [14f1:8852] |
65 | 64 -> DViCO FusionHDTV DVB-T PRO [18ac:db30] | 65 | 64 -> DViCO FusionHDTV DVB-T PRO [18ac:db30] |
66 | 65 -> DVICO FusionHDTV7 Gold [18ac:d610] | 66 | 65 -> DViCO FusionHDTV 7 Gold [18ac:d610] |
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 8e29e48a86f3..7a2b0f26921a 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1572,7 +1572,7 @@ static const struct cx88_board cx88_boards[] = { | |||
1572 | .mpeg = CX88_MPEG_DVB, | 1572 | .mpeg = CX88_MPEG_DVB, |
1573 | }, | 1573 | }, |
1574 | [CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = { | 1574 | [CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = { |
1575 | .name = "DVICO FusionHDTV7 Gold", | 1575 | .name = "DViCO FusionHDTV 7 Gold", |
1576 | .tuner_type = TUNER_XC5000, | 1576 | .tuner_type = TUNER_XC5000, |
1577 | .radio_type = UNSET, | 1577 | .radio_type = UNSET, |
1578 | .tuner_addr = ADDR_UNSET, | 1578 | .tuner_addr = ADDR_UNSET, |
@@ -1580,15 +1580,15 @@ static const struct cx88_board cx88_boards[] = { | |||
1580 | .input = {{ | 1580 | .input = {{ |
1581 | .type = CX88_VMUX_TELEVISION, | 1581 | .type = CX88_VMUX_TELEVISION, |
1582 | .vmux = 0, | 1582 | .vmux = 0, |
1583 | .gpio0 = 0x37df, | 1583 | .gpio0 = 0x10df, |
1584 | },{ | 1584 | },{ |
1585 | .type = CX88_VMUX_COMPOSITE1, | 1585 | .type = CX88_VMUX_COMPOSITE1, |
1586 | .vmux = 1, | 1586 | .vmux = 1, |
1587 | .gpio0 = 0x37df, | 1587 | .gpio0 = 0x16d9, |
1588 | },{ | 1588 | },{ |
1589 | .type = CX88_VMUX_SVIDEO, | 1589 | .type = CX88_VMUX_SVIDEO, |
1590 | .vmux = 2, | 1590 | .vmux = 2, |
1591 | .gpio0 = 0x37df, | 1591 | .gpio0 = 0x16d9, |
1592 | }}, | 1592 | }}, |
1593 | }, | 1593 | }, |
1594 | }; | 1594 | }; |