aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c6
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 c03784ee7f11..dcb601b803f9 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -4552,6 +4552,12 @@ struct pci_device_id saa7134_pci_tbl[] = {
4552 },{ 4552 },{
4553 .vendor = PCI_VENDOR_ID_PHILIPS, 4553 .vendor = PCI_VENDOR_ID_PHILIPS,
4554 .device = PCI_DEVICE_ID_PHILIPS_SAA7133, 4554 .device = PCI_DEVICE_ID_PHILIPS_SAA7133,
4555 .subvendor = 0x5168,
4556 .subdevice = 0x3307, /* FlyDVB-T Hybrid Mini PCI */
4557 .driver_data = SAA7134_BOARD_FLYDVBT_HYBRID_CARDBUS,
4558 }, {
4559 .vendor = PCI_VENDOR_ID_PHILIPS,
4560 .device = PCI_DEVICE_ID_PHILIPS_SAA7133,
4555 .subvendor = 0x16be, 4561 .subvendor = 0x16be,
4556 .subdevice = 0x0007, 4562 .subdevice = 0x0007,
4557 .driver_data = SAA7134_BOARD_MEDION_MD8800_QUADRO, 4563 .driver_data = SAA7134_BOARD_MEDION_MD8800_QUADRO,