Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7085): saa7134: detect the LifeView FlyDVB-T Hybrid Mini PCI

Thanks to Angelo Lisco for his initial patch we missed and to
Ahmet Dogan Ugurel confirming such a device functional.

Signed-off-by: Hermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Hermann Pitton and committed by
Mauro Carvalho Chehab
29e4e050 728b92a2

+7 -1
+1 -1
Documentation/video4linux/CARDLIST.saa7134
··· 92 92 91 -> AVerMedia A169 B [1461:7360] 93 93 92 -> AVerMedia A169 B1 [1461:6360] 94 94 93 -> Medion 7134 Bridge #2 [16be:0005] 95 - 94 -> LifeView FlyDVB-T Hybrid Cardbus/MSI TV @nywhere A/D NB [5168:3306,5168:3502,4e42:3502] 95 + 94 -> LifeView FlyDVB-T Hybrid Cardbus/MSI TV @nywhere A/D NB [5168:3306,5168:3502,5168:3307,4e42:3502] 96 96 95 -> LifeView FlyVIDEO3000 (NTSC) [5169:0138] 97 97 96 -> Medion Md8800 Quadro [16be:0007,16be:0008,16be:000d] 98 98 97 -> LifeView FlyDVB-S /Acorp TV134DS [5168:0300,4e42:0300]
+6
drivers/media/video/saa7134/saa7134-cards.c
··· 4552 4552 },{ 4553 4553 .vendor = PCI_VENDOR_ID_PHILIPS, 4554 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 4561 .subvendor = 0x16be, 4556 4562 .subdevice = 0x0007, 4557 4563 .driver_data = SAA7134_BOARD_MEDION_MD8800_QUADRO,