diff options
author | Hermann Pitton <hermann-pitton@arcor.de> | 2008-01-20 17:49:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-18 09:14:57 -0500 |
commit | 29e4e05041842bca57ec539e51cfeae8948e7320 (patch) | |
tree | e10a09416ff9967a294fd6464e01fffe667b2cef | |
parent | 728b92a2301c705dc36419ab0e7163b129462696 (diff) |
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>
-rw-r--r-- | Documentation/video4linux/CARDLIST.saa7134 | 2 | ||||
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/video4linux/CARDLIST.saa7134 b/Documentation/video4linux/CARDLIST.saa7134 index 81566df13ae2..1074925fb201 100644 --- a/Documentation/video4linux/CARDLIST.saa7134 +++ b/Documentation/video4linux/CARDLIST.saa7134 | |||
@@ -92,7 +92,7 @@ | |||
92 | 91 -> AVerMedia A169 B [1461:7360] | 92 | 91 -> AVerMedia A169 B [1461:7360] |
93 | 92 -> AVerMedia A169 B1 [1461:6360] | 93 | 92 -> AVerMedia A169 B1 [1461:6360] |
94 | 93 -> Medion 7134 Bridge #2 [16be:0005] | 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 | 95 -> LifeView FlyVIDEO3000 (NTSC) [5169:0138] | 96 | 95 -> LifeView FlyVIDEO3000 (NTSC) [5169:0138] |
97 | 96 -> Medion Md8800 Quadro [16be:0007,16be:0008,16be:000d] | 97 | 96 -> Medion Md8800 Quadro [16be:0007,16be:0008,16be:000d] |
98 | 97 -> LifeView FlyDVB-S /Acorp TV134DS [5168:0300,4e42:0300] | 98 | 97 -> LifeView FlyDVB-S /Acorp TV134DS [5168:0300,4e42:0300] |
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, |