[linux-dvb] [Patch 3/4] saa7134: add initial support for the Creatix CTX948_V1
hermann pitton
hermann-pitton at arcor.de
Sat Jan 19 02:26:57 CET 2008
We might add it to the name string as well, when the Quadro
might be duplicate for the LNB control.
--------- start here --------
From: Hermann Pitton <hermann-pitton at arcor.de>
This adds support for analog inputs and DVB-T.
Good sensitivity for DVB-T currently needs to use analog TV first.
DVB-S support is not yet completed, but is on the way.
Signed-off-by: Hermann Pitton <hermann-pitton at arcor.de>
diff -r 99b8ada1f4b6 linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Jan 18 22:55:05 2008 +0100
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Jan 18 23:08:32 2008 +0100
@@ -4601,6 +4601,12 @@ struct pci_device_id saa7134_pci_tbl[] =
.subdevice = 0x0008,
.driver_data = SAA7134_BOARD_MEDION_MD8800_QUADRO,
},{
+ .vendor = PCI_VENDOR_ID_PHILIPS,
+ .device = PCI_DEVICE_ID_PHILIPS_SAA7133,
+ .subvendor = 0x16be,
+ .subdevice = 0x000d, /* triple CTX948_V1.1.1 */
+ .driver_data = SAA7134_BOARD_MEDION_MD8800_QUADRO,
+ }, {
.vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7133,
.subvendor = 0x1461,
More information about the linux-dvb
mailing list