summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-09-20 11:53:23 +0000
committerGerd Knorr <devnull@localhost>2004-09-20 11:53:23 +0000
commit901ff01dfdc4b0e1e029fb7f8943d0ddbb093aa7 (patch)
tree4264caa836e94b368e53770a5853c0167dccfb3a /linux/drivers/media/video/cx88
parent21bcc573babc73118ca0db46e9513dfcaed399e2 (diff)
downloadmediapointer-dvb-s2-901ff01dfdc4b0e1e029fb7f8943d0ddbb093aa7.tar.gz
mediapointer-dvb-s2-901ff01dfdc4b0e1e029fb7f8943d0ddbb093aa7.tar.bz2
- cx88: add Provideo PV259 by Steven Myers.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c15
-rw-r--r--linux/drivers/media/video/cx88/cx88.h3
2 files changed, 16 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index ea8c9466a..a1f61eb8f 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.38 2004/09/20 11:39:43 kraxel Exp $
+ * $Id: cx88-cards.c,v 1.39 2004/09/20 11:53:23 kraxel Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -411,6 +411,15 @@ struct cx88_board cx88_boards[] = {
}},
.dvb = 1,
},
+ [CX88_BOARD_PROVIDEO_PV259] = {
+ .name = "Provideo PV259",
+ .tuner_type = TUNER_PHILIPS_FQ1216ME,
+ .input = {{
+ .type = CX88_VMUX_TELEVISION,
+ .vmux = 0,
+ }},
+ .blackbird = 1,
+ },
};
const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
@@ -494,6 +503,10 @@ struct cx88_subid cx88_subids[] = {
.subvendor = 0x14f1,
.subdevice = 0x0187,
.card = CX88_BOARD_CONEXANT_DVB_T1,
+ },{
+ .subvendor = 0x1540,
+ .subdevice = 0x2580,
+ .card = CX88_BOARD_PROVIDEO_PV259,
}
};
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h
index 8df208c55..d20a2b44f 100644
--- a/linux/drivers/media/video/cx88/cx88.h
+++ b/linux/drivers/media/video/cx88/cx88.h
@@ -1,5 +1,5 @@
/*
- * $Id: cx88.h,v 1.33 2004/09/17 11:49:52 kraxel Exp $
+ * $Id: cx88.h,v 1.34 2004/09/20 11:53:23 kraxel Exp $
*
* v4l2 device driver for cx2388x based TV cards
*
@@ -173,6 +173,7 @@ extern struct sram_channel cx88_sram_channels[];
#define CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD 17
#define CX88_BOARD_HAUPPAUGE_DVB_T1 18
#define CX88_BOARD_CONEXANT_DVB_T1 19
+#define CX88_BOARD_PROVIDEO_PV259 20
enum cx88_itype {
CX88_VMUX_COMPOSITE1 = 1,