aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 6b6eae82bcfc..62420d599d75 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -2898,7 +2898,7 @@ struct saa7134_board saa7134_boards[] = {
2898 .radio_addr = ADDR_UNSET, 2898 .radio_addr = ADDR_UNSET,
2899 }, 2899 },
2900 [SAA7134_BOARD_FLYDVBT_HYBRID_CARDBUS] = { 2900 [SAA7134_BOARD_FLYDVBT_HYBRID_CARDBUS] = {
2901 .name = "LifeView FlyDVB-T Hybrid Cardbus", 2901 .name = "LifeView FlyDVB-T Hybrid Cardbus/MSI TV @nywhere A/D NB",
2902 .audio_clock = 0x00200000, 2902 .audio_clock = 0x00200000,
2903 .tuner_type = TUNER_PHILIPS_TDA8290, 2903 .tuner_type = TUNER_PHILIPS_TDA8290,
2904 .radio_type = UNSET, 2904 .radio_type = UNSET,
@@ -4281,6 +4281,12 @@ struct pci_device_id saa7134_pci_tbl[] = {
4281 .subdevice = 0xf01d, /* AVerTV DVB-T Super 007 */ 4281 .subdevice = 0xf01d, /* AVerTV DVB-T Super 007 */
4282 .driver_data = SAA7134_BOARD_AVERMEDIA_SUPER_007, 4282 .driver_data = SAA7134_BOARD_AVERMEDIA_SUPER_007,
4283 },{ 4283 },{
4284 .vendor = PCI_VENDOR_ID_PHILIPS,
4285 .device = PCI_DEVICE_ID_PHILIPS_SAA7133,
4286 .subvendor = 0x4e42,
4287 .subdevice = 0x3502,
4288 .driver_data = SAA7134_BOARD_FLYDVBT_HYBRID_CARDBUS
4289 },{
4284 /* --- boards without eeprom + subsystem ID --- */ 4290 /* --- boards without eeprom + subsystem ID --- */
4285 .vendor = PCI_VENDOR_ID_PHILIPS, 4291 .vendor = PCI_VENDOR_ID_PHILIPS,
4286 .device = PCI_DEVICE_ID_PHILIPS_SAA7134, 4292 .device = PCI_DEVICE_ID_PHILIPS_SAA7134,