aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorAlexander Wold <awold@bigfoot.com>2005-11-08 21:36:58 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:13 -0800
commit0bcc37c328ac66ede45a6672f85795eee0b05b87 (patch)
tree1544e4691b291a7c95252a329593470e2f7b0d3a /drivers/media/video/cx88/cx88-cards.c
parentafce892f66c196989fe7d938150201d337c553e5 (diff)
downloadlinux-0bcc37c328ac66ede45a6672f85795eee0b05b87.tar.gz
[PATCH] v4l: 705: added kworld vstream expertdvd
- Added Kworld Vstream ExpertDVD. Signed-off-by: Alexander Wold <awold@bigfoot.com> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 5a85802047f952..888d25d48416ac 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -803,6 +803,26 @@ struct cx88_board cx88_boards[] = {
.gpio0 = 0x0000cdf3,
},
},
+ [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
+ /* Alexander Wold <awold@bigfoot.com> */
+ .name = "Kworld V-Stream Xpert DVD",
+ .tuner_type = UNSET,
+ .input = {{
+ .type = CX88_VMUX_COMPOSITE1,
+ .vmux = 1,
+ .gpio0 = 0x03000000,
+ .gpio1 = 0x01000000,
+ .gpio2 = 0x02000000,
+ .gpio3 = 0x00100000,
+ },{
+ .type = CX88_VMUX_SVIDEO,
+ .vmux = 2,
+ .gpio0 = 0x03000000,
+ .gpio1 = 0x01000000,
+ .gpio2 = 0x02000000,
+ .gpio3 = 0x00100000,
+ }},
+ },
};
const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);