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 | |
parent | 4a2b42dac7525a74ddf90536449a2f35c09f56d5 (diff) | |
download | mediapointer-dvb-s2-fb357277f41089e56f45f5545e0f94682f15dcee.tar.gz mediapointer-dvb-s2-fb357277f41089e56f45f5545e0f94682f15dcee.tar.bz2 |
Fix detection of ADS PCI saa713x
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 4 | ||||
-rw-r--r-- | v4l/ChangeLog | 7 |
2 files changed, 8 insertions, 3 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, diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 930fd97cc..2ee098804 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,5 +1,10 @@ +2005-06-17 18:51 nshmyrev + * saa7134-cards.c: + + - Fix detection of ADS PCI saa713x. + 2005-06-17 12:25 mchehab - * saa6752hs.c + * saa6752hs.c: - Changed struct to be compatible with older gcc's Thanks to Andrew Morton <akpm@osdl.org> |