diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-17 14:54:25 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-17 14:54:25 +0000 |
commit | fb357277f41089e56f45f5545e0f94682f15dcee (patch) | |
tree | 2e4474b6f9ad246552e0d22a5741323b24998d71 /linux/drivers | |
parent | 4a2b42dac7525a74ddf90536449a2f35c09f56d5 (diff) | |
download | mediapointer-dvb-s2-fb357277f41089e56f45f5545e0f94682f15dcee.tar.gz mediapointer-dvb-s2-fb357277f41089e56f45f5545e0f94682f15dcee.tar.bz2 |
Fix detection of ADS PCI saa713x
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |