summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-02-17 10:24:08 +0000
committerGerd Knorr <devnull@localhost>2005-02-17 10:24:08 +0000
commitad57ce5aa84c8f7f614c5a1eb0cc0cdbf96998b8 (patch)
tree25a0b4cb6abefc91dd782e2034ace6f80e92ebf3 /linux
parentd57395c9d242f9e9aff04a7231575f24dc4e43f9 (diff)
downloadmediapointer-dvb-s2-ad57ce5aa84c8f7f614c5a1eb0cc0cdbf96998b8.tar.gz
mediapointer-dvb-s2-ad57ce5aa84c8f7f614c5a1eb0cc0cdbf96998b8.tar.bz2
- or51132 update from Rusty Scott, some fixups from me ;)
Diffstat (limited to 'linux')
-rw-r--r--linux/Documentation/video4linux/saa7134-lifeview.txt32
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c8
2 files changed, 36 insertions, 4 deletions
diff --git a/linux/Documentation/video4linux/saa7134-lifeview.txt b/linux/Documentation/video4linux/saa7134-lifeview.txt
index 5f7e1761e..2bcc56175 100644
--- a/linux/Documentation/video4linux/saa7134-lifeview.txt
+++ b/linux/Documentation/video4linux/saa7134-lifeview.txt
@@ -6,3 +6,35 @@ LR50 rev. Q ("PARTS: 7031505116), Tuner wurde als Nr. 5 erkannt, Eingänge
SVideo, TV, Composite, Audio, Remote. CP9..1=100001001 (1: 0-Ohm-Widerstand
gegen GND unbestückt; 0: bestückt)
+------------------------------------------------------------------------------
+
+ /* LifeView FlyTV Platinum FM (LR214WF) */
+ /* "Peter Missel <peter.missel@onlinehome.de> */
+ .name = "LifeView FlyTV Platinum FM",
+ /* GP27 MDT2005 PB4 pin 10 */
+ /* GP26 MDT2005 PB3 pin 9 */
+ /* GP25 MDT2005 PB2 pin 8 */
+ /* GP23 MDT2005 PB1 pin 7 */
+ /* GP22 MDT2005 PB0 pin 6 */
+ /* GP21 MDT2005 PB5 pin 11 */
+ /* GP20 MDT2005 PB6 pin 12 */
+ /* GP19 MDT2005 PB7 pin 13 */
+ /* nc MDT2005 PA3 pin 2 */
+ /* Remote MDT2005 PA2 pin 1 */
+ /* GP18 MDT2005 PA1 pin 18 */
+ /* nc MDT2005 PA0 pin 17 strap low */
+
+ /* GP17 Strap "GP7"=High */
+ /* GP16 Strap "GP6"=High
+ 0=Radio 1=TV
+ Drives SA630D ENCH1 and HEF4052 A1 pins
+ to do FM radio through SIF input */
+ /* GP15 nc */
+ /* GP14 nc */
+ /* GP13 nc */
+ /* GP12 Strap "GP5" = High */
+ /* GP11 Strap "GP4" = High */
+ /* GP10 Strap "GP3" = High */
+ /* GP09 Strap "GP2" = Low */
+ /* GP08 Strap "GP1" = Low */
+ /* GP07.00 nc */
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index 057c7349c..7d801c51f 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-dvb.c,v 1.27 2005/02/15 15:59:35 kraxel Exp $
+ * $Id: cx88-dvb.c,v 1.28 2005/02/17 10:24:08 kraxel Exp $
*
* device driver for Conexant 2388x based TV cards
* MPEG Transport Stream (DVB) routines
@@ -184,9 +184,9 @@ static struct cx22702_config hauppauge_novat_config = {
#if HAVE_OR51132
struct or51132_config pchdtv_hd3000 = {
- .demod_address = 0x15,
- .pll_address = 0x61,
- .pll_desc = &dvb_pll_thomson_dtt7610,
+ .demod_address = 0x15,
+ .pll_address = 0x61,
+ .pll_desc = &dvb_pll_thomson_dtt7610,
};
#endif