[linux-dvb] [PATCH] saa7134: add analog and DVB-T support for Medion/Creatix CTX946
hermann pitton
hermann-pitton at arcor.de
Fri Dec 5 20:49:34 CET 2008
# HG changeset patch
# User Hermann Pitton <hermann-pitton at arcor.de>
# Date 1228504664 -3600
# Node ID 011294745fd95f6ee40ae5480f7ca30322a667af
# Parent 6a9d064fe0ee266926ada3e5a57057a07df1d73d
saa7134: add analog and DVB-T support for Medion/Creatix CTX946
From: Hermann Pitton <hermann-pitton at 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 at arcor.de>
diff -r 6a9d064fe0ee -r 011294745fd9 linux/Documentation/video4linux/CARDLIST.saa7134
--- a/linux/Documentation/video4linux/CARDLIST.saa7134 Fri Dec 05 11:49:53 2008 -0200
+++ b/linux/Documentation/video4linux/CARDLIST.saa7134 Fri Dec 05 20:17:44 2008 +0100
@@ -10,7 +10,7 @@
9 -> Medion 5044
10 -> Kworld/KuroutoShikou SAA7130-TVPCI
11 -> Terratec Cinergy 600 TV [153b:1143]
- 12 -> Medion 7134 [16be:0003]
+ 12 -> Medion 7134 [16be:0003,16be:5000]
13 -> Typhoon TV+Radio 90031
14 -> ELSA EX-VISION 300TV [1048:226b]
15 -> ELSA EX-VISION 500TV [1048:226a]
diff -r 6a9d064fe0ee -r 011294745fd9 linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Dec 05 11:49:53 2008 -0200
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Dec 05 20:17:44 2008 +0100
@@ -4774,6 +4774,12 @@
.subdevice = 0x0003,
.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,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: saa7134_add_analog_and_DVB-T_support_for_Medion-Creatix_CTX946.patch
Type: text/x-patch
Size: 1916 bytes
Desc: not available
Url : http://www.linuxtv.org/pipermail/linux-dvb/attachments/20081205/c9718680/attachment.bin
More information about the linux-dvb
mailing list