summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7134
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-02-10 12:40:39 +0000
committerGerd Knorr <devnull@localhost>2005-02-10 12:40:39 +0000
commit359de9165a05a6437c0e380abbbd3b113ecec01a (patch)
tree601d722bcf47586a6869038429639df9009e7431 /linux/drivers/media/video/saa7134
parent1e0a5f7ce4f1fa6d96df603e3a47f5ef4ec40f75 (diff)
downloadmediapointer-dvb-s2-359de9165a05a6437c0e380abbbd3b113ecec01a.tar.gz
mediapointer-dvb-s2-359de9165a05a6437c0e380abbbd3b113ecec01a.tar.bz2
- more nicam / pal-i stuff from Ian Pickworth.
Diffstat (limited to 'linux/drivers/media/video/saa7134')
-rw-r--r--linux/drivers/media/video/saa7134/saa7134-cards.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c
index 702827f30..2b357d18c 100644
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c
@@ -1,6 +1,6 @@
/*
- * $Id: saa7134-cards.c,v 1.50 2005/02/09 15:42:46 kraxel Exp $
+ * $Id: saa7134-cards.c,v 1.51 2005/02/10 12:40:39 kraxel Exp $
*
* device driver for philips saa7134 based TV cards
* card-specific stuff.
@@ -1551,10 +1551,16 @@ struct pci_device_id saa7134_pci_tbl[] = {
.vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7135,
.subvendor = 0x5168,
- .subdevice = 0x0212,
+ .subdevice = 0x0212, /* minipci, LR212 */
.driver_data = SAA7134_BOARD_FLYTVPLATINUM,
},{
.vendor = PCI_VENDOR_ID_PHILIPS,
+ .device = PCI_DEVICE_ID_PHILIPS_SAA7133,
+ .subvendor = 0x5168,
+ .subdevice = 0x0214, /* "normal" PCI card, LR214 */
+ .driver_data = SAA7134_BOARD_FLYTVPLATINUM /* fixme */,
+ },{
+ .vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7134,
.subvendor = 0x16be,
.subdevice = 0x0003,