summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-05-30 15:34:52 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-05-30 15:34:52 +0000
commit75f2c660cca5df7e49de9d916d1083b27efa0934 (patch)
tree364c3ab523085ce20753ade9f8ae506b4c95decf /linux/drivers/media
parentf823e095e74667b4fd8ad116cd711ae62dfd56b2 (diff)
downloadmediapointer-dvb-s2-75f2c660cca5df7e49de9d916d1083b27efa0934.tar.gz
mediapointer-dvb-s2-75f2c660cca5df7e49de9d916d1083b27efa0934.tar.bz2
Included PCI ID for board CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO.
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 76e8d61fe..f9b3e71d6 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.69 2005/05/29 10:37:17 nsh Exp $
+ * $Id: cx88-cards.c,v 1.70 2005/05/30 15:34:52 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -756,6 +756,10 @@ struct cx88_subid cx88_subids[] = {
.subvendor = 0x10fc,
.subdevice = 0xd035,
.card = CX88_BOARD_IODATA_GVBCTV7E,
+ },{
+ .subvendor = 0x14f1,
+ .subdevice = 0x8800,
+ .card = CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO,
}
};
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);