From 359de9165a05a6437c0e380abbbd3b113ecec01a Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Thu, 10 Feb 2005 12:40:39 +0000 Subject: - more nicam / pal-i stuff from Ian Pickworth. --- linux/drivers/media/video/saa7134/saa7134-cards.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/saa7134') 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,8 +1551,14 @@ 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, -- cgit v1.2.3