From 073c3ebe3c33a9d0d3d7ff4484dffba0faa9a8a4 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Thu, 22 Dec 2005 15:42:44 +0000 Subject: saa7134 card #58 has a newer revision with a new subsystem ID From: Ricardo Cerqueira Added new ID for different revision of card #58. It's the same card, but with a tda8275a instead of a tda8275 Signed-off-by: --- linux/drivers/media/video/saa7134/saa7134-cards.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 422502e7a..31a80e992 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-cards.c,v 1.118 2005/12/22 07:44:26 nsh Exp $ + * $Id: saa7134-cards.c,v 1.119 2005/12/22 15:42:44 rmcc Exp $ * * device driver for philips saa7134 based TV cards * card-specific stuff. @@ -2921,6 +2921,12 @@ struct pci_device_id saa7134_pci_tbl[] = { .subvendor = 0x1421, .subdevice = 0x0350, /* PCI version */ .driver_data = SAA7134_BOARD_ADS_INSTANT_TV, + },{ + .vendor = PCI_VENDOR_ID_PHILIPS, + .device = PCI_DEVICE_ID_PHILIPS_SAA7133, + .subvendor = 0x1421, + .subdevice = 0x0351, /* PCI version, new revision */ + .driver_data = SAA7134_BOARD_ADS_INSTANT_TV, },{ .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7133, -- cgit v1.2.3