diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-07 18:05:00 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-07 18:05:00 +0000 |
commit | c4ed9d569305b7b10295530e43326295105ad94b (patch) | |
tree | c4b5a073733732b03522c4948f80e5b31713e598 | |
parent | c70930e28148cf17e80f7ec8dca35e39151a5d73 (diff) | |
download | mediapointer-dvb-s2-c4ed9d569305b7b10295530e43326295105ad94b.tar.gz mediapointer-dvb-s2-c4ed9d569305b7b10295530e43326295105ad94b.tar.bz2 |
Asustek TVFM 7135 actually has saa7135
-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 29a8df9f1..86998a54c 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.57 2005/06/07 18:02:26 nsh Exp $ + * $Id: saa7134-cards.c,v 1.58 2005/06/07 18:05:00 nsh Exp $ * * device driver for philips saa7134 based TV cards * card-specific stuff. @@ -1765,7 +1765,7 @@ struct pci_device_id saa7134_pci_tbl[] = { .driver_data = SAA7134_BOARD_ASUSTeK_TVFM7134, },{ .vendor = PCI_VENDOR_ID_PHILIPS, - .device = PCI_DEVICE_ID_PHILIPS_SAA7133, + .device = PCI_DEVICE_ID_PHILIPS_SAA7135, .subvendor = PCI_VENDOR_ID_ASUSTEK, .subdevice = 0x4845, .driver_data = SAA7135_BOARD_ASUSTeK_TVFM7135, |