diff options
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index f0b95804e414..a2e3f6729c5b 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -4773,6 +4773,12 @@ struct pci_device_id saa7134_pci_tbl[] = { | |||
4773 | .driver_data = SAA7134_BOARD_MD7134, | 4773 | .driver_data = SAA7134_BOARD_MD7134, |
4774 | },{ | 4774 | },{ |
4775 | .vendor = PCI_VENDOR_ID_PHILIPS, | 4775 | .vendor = PCI_VENDOR_ID_PHILIPS, |
4776 | .device = PCI_DEVICE_ID_PHILIPS_SAA7134, | ||
4777 | .subvendor = 0x16be, /* CTX946 analog TV, HW mpeg, DVB-T */ | ||
4778 | .subdevice = 0x5000, /* only analog TV and DVB-T for now */ | ||
4779 | .driver_data = SAA7134_BOARD_MD7134, | ||
4780 | }, { | ||
4781 | .vendor = PCI_VENDOR_ID_PHILIPS, | ||
4776 | .device = PCI_DEVICE_ID_PHILIPS_SAA7130, | 4782 | .device = PCI_DEVICE_ID_PHILIPS_SAA7130, |
4777 | .subvendor = 0x1048, | 4783 | .subvendor = 0x1048, |
4778 | .subdevice = 0x226b, | 4784 | .subdevice = 0x226b, |