From dd9f2a69495f826f707d245143d712accdd94168 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 11 Feb 2006 15:16:31 -0400 Subject: KWorld HardwareMpegTV XPert must set gpio2 From: Michael Krufky - KWorld HardwareMpegTV XPert must set gpio2 Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/cx88-cards.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/drivers/media/video') diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 4963964e8..15e51e3b2 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1067,6 +1067,7 @@ struct cx88_board cx88_boards[] = { .type = CX88_VMUX_TELEVISION, .vmux = 0, .gpio0 = 0x3de2, + .gpio2 = 0x00ff, #if 0 },{ .type = CX88_VMUX_COMPOSITE1, @@ -1079,6 +1080,7 @@ struct cx88_board cx88_boards[] = { .radio = { .type = CX88_RADIO, .gpio0 = 0x3de6, + .gpio2 = 0x00ff, }, #if 0 .blackbird = 1, -- cgit v1.2.3