diff options
Diffstat (limited to 'drivers')
-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 79ea0697b51d..b111903aa322 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -5230,6 +5230,12 @@ struct pci_device_id saa7134_pci_tbl[] = { | |||
5230 | .subvendor = 0x5ace, | 5230 | .subvendor = 0x5ace, |
5231 | .subdevice = 0x6193, | 5231 | .subdevice = 0x6193, |
5232 | .driver_data = SAA7134_BOARD_BEHOLD_M6, | 5232 | .driver_data = SAA7134_BOARD_BEHOLD_M6, |
5233 | }, { | ||
5234 | .vendor = PCI_VENDOR_ID_PHILIPS, | ||
5235 | .device = PCI_DEVICE_ID_PHILIPS_SAA7133, | ||
5236 | .subvendor = 0x5ace, | ||
5237 | .subdevice = 0x6191, | ||
5238 | .driver_data = SAA7134_BOARD_BEHOLD_M6, | ||
5233 | },{ | 5239 | },{ |
5234 | .vendor = PCI_VENDOR_ID_PHILIPS, | 5240 | .vendor = PCI_VENDOR_ID_PHILIPS, |
5235 | .device = PCI_DEVICE_ID_PHILIPS_SAA7133, | 5241 | .device = PCI_DEVICE_ID_PHILIPS_SAA7133, |