summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-03-04 09:12:23 +0000
committerGerd Knorr <devnull@localhost>2005-03-04 09:12:23 +0000
commit96b4f30724b4a41d27a056a467c39dabe7da31fd (patch)
treecc85b45d48d26567e5341258b3df48683d159265 /linux/drivers/media/video/cx88/cx88-cards.c
parent608fdb28ea220b60ab415418d8a2881f04ed281a (diff)
downloadmediapointer-dvb-s2-96b4f30724b4a41d27a056a467c39dabe7da31fd.tar.gz
mediapointer-dvb-s2-96b4f30724b4a41d27a056a467c39dabe7da31fd.tar.bz2
- cx88: add support for IO-DATA BCTV7E.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c24
1 files changed, 23 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 9bc1c1df7..367624822 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-cards.c,v 1.65 2005/02/22 09:56:28 kraxel Exp $
+ * $Id: cx88-cards.c,v 1.66 2005/03/04 09:12:23 kraxel Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -583,6 +583,24 @@ struct cx88_board cx88_boards[] = {
},
.blackbird = 1,
},
+ [CX88_BOARD_IODATA_GVBCTV7E] = {
+ .name = "IODATA GV/BCTV7E",
+ .tuner_type = TUNER_PHILIPS_FQ1286,
+ .tda9887_conf = TDA9887_PRESENT,
+ .input = {{
+ .type = CX88_VMUX_TELEVISION,
+ .vmux = 1,
+ .gpio1 = 0x0000e03f,
+ },{
+ .type = CX88_VMUX_COMPOSITE1,
+ .vmux = 2,
+ .gpio1 = 0x0000e07f,
+ },{
+ .type = CX88_VMUX_SVIDEO,
+ .vmux = 3,
+ .gpio1 = 0x0000e07f,
+ }}
+ },
};
const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
@@ -694,6 +712,10 @@ struct cx88_subid cx88_subids[] = {
.subvendor = 0x14F1,
.subdevice = 0x0342,
.card = CX88_BOARD_DIGITALLOGIC_MEC,
+ },{
+ .subvendor = 0x10fc,
+ .subdevice = 0xd035,
+ .card = CX88_BOARD_IODATA_GVBCTV7E,
}
};
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);