diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-05 22:49:34 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-05 22:49:34 +0000 |
commit | 499a1c5e7f4f6f5918e0c0e39860cd6f5630e799 (patch) | |
tree | 67557620e4b1cbe1c3ec4ebe991cc3f5df0af2dc /linux/drivers/media/video/saa7134 | |
parent | e9548d6c7e62b32a90ad51b519844be602571b9d (diff) | |
download | mediapointer-dvb-s2-499a1c5e7f4f6f5918e0c0e39860cd6f5630e799.tar.gz mediapointer-dvb-s2-499a1c5e7f4f6f5918e0c0e39860cd6f5630e799.tar.bz2 |
saa7134: add analog and DVB-T support for Medion/Creatix CTX946
From: Hermann Pitton <hermann-pitton@arcor.de>
How to enable the mpeg encoder is not found yet.
The card comes up with gpio 0x0820000 for DVB-T.
Priority: normal
Signed-off-by: Hermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/saa7134')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index e2dc0822b..54be8314f 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -4812,6 +4812,12 @@ struct pci_device_id saa7134_pci_tbl[] = { .driver_data = SAA7134_BOARD_MD7134, },{ .vendor = PCI_VENDOR_ID_PHILIPS, + .device = PCI_DEVICE_ID_PHILIPS_SAA7134, + .subvendor = 0x16be, /* CTX946 analog TV, HW mpeg, DVB-T */ + .subdevice = 0x5000, /* only analog TV and DVB-T for now */ + .driver_data = SAA7134_BOARD_MD7134, + }, { + .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7130, .subvendor = 0x1048, .subdevice = 0x226b, |