aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-02-26 22:08:01 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-26 22:08:01 -0500
commit24da4e4b8dbd443c205c4ec3b2a563421e6ca319 (patch)
treed9beae36d067965aaf978e5edfed6a0fb5362d2c /drivers/media/video/cx88/cx88-cards.c
parente2798212e3ce0057336bc0807beb3213de1dc5be (diff)
V4L/DVB (3344): KWorld HardwareMpegTV XPert must set gpio2
- KWorld HardwareMpegTV XPert must set gpio2 Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 8617b087659a..09f5739b518d 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1065,10 +1065,12 @@ struct cx88_board cx88_boards[] = {
1065 .type = CX88_VMUX_TELEVISION, 1065 .type = CX88_VMUX_TELEVISION,
1066 .vmux = 0, 1066 .vmux = 0,
1067 .gpio0 = 0x3de2, 1067 .gpio0 = 0x3de2,
1068 .gpio2 = 0x00ff,
1068 }}, 1069 }},
1069 .radio = { 1070 .radio = {
1070 .type = CX88_RADIO, 1071 .type = CX88_RADIO,
1071 .gpio0 = 0x3de6, 1072 .gpio0 = 0x3de6,
1073 .gpio2 = 0x00ff,
1072 }, 1074 },
1073 }, 1075 },
1074 1076