From fb357277f41089e56f45f5545e0f94682f15dcee Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Fri, 17 Jun 2005 14:54:25 +0000 Subject: Fix detection of ADS PCI saa713x --- linux/drivers/media/video/saa7134/saa7134-cards.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 bf634fd8c..46d3617f3 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.65 2005/06/16 23:02:39 hhackmann Exp $ + * $Id: saa7134-cards.c,v 1.66 2005/06/17 14:54:25 nsh Exp $ * * device driver for philips saa7134 based TV cards * card-specific stuff. @@ -2020,7 +2020,7 @@ struct pci_device_id saa7134_pci_tbl[] = { .driver_data = SAA7134_BOARD_PHILIPS_TOUGH, },{ .vendor = PCI_VENDOR_ID_PHILIPS, - .device = PCI_DEVICE_ID_PHILIPS_SAA7135, + .device = PCI_DEVICE_ID_PHILIPS_SAA7133, .subvendor = 0x1421, .subdevice = 0x0350, /* PCI version */ .driver_data = SAA7134_BOARD_ADS_INSTANT_TV, -- cgit v1.2.3