diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-03 17:46:20 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-03 17:46:20 +0000 |
commit | ffcbf041671a32397d423b067ac1f4cd871fd9b7 (patch) | |
tree | 9f632c82f8cfc554d595fbfb05b3b067e8b35283 | |
parent | fa178869c7f6ebc68f1b012c9ae65f352801850d (diff) | |
download | mediapointer-dvb-s2-ffcbf041671a32397d423b067ac1f4cd871fd9b7.tar.gz mediapointer-dvb-s2-ffcbf041671a32397d423b067ac1f4cd871fd9b7.tar.bz2 |
- FUSIONHDTV fix from Christopher Pascoe.
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 9 | ||||
-rw-r--r-- | v4l/scripts/update | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index c052a6c40..be57aeb30 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.53 2004/12/14 15:33:30 kraxel Exp $ + * $Id: cx88-cards.c,v 1.54 2005/01/03 17:46:20 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -862,7 +862,7 @@ void cx88_card_setup(struct cx88_core *core) core->demod_addr = 0x43; break; case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1: - /* Tuner reset is hooked to the tuner out of reset */ + /* GPIO0:0 is hooked to mt352 reset pin */ cx_set(MO_GP0_IO, 0x00000101); cx_clear(MO_GP0_IO, 0x00000001); msleep(1); @@ -871,6 +871,11 @@ void cx88_card_setup(struct cx88_core *core) core->pll_desc = &dvb_pll_lg_z201; break; case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS: + /* GPIO0:0 is hooked to mt352 reset pin */ + cx_set(MO_GP0_IO, 0x00000101); + cx_clear(MO_GP0_IO, 0x00000001); + msleep(1); + cx_set(MO_GP0_IO, 0x00000101); core->pll_addr = 0x60; core->pll_desc = &dvb_pll_thomson_dtt7579; break; diff --git a/v4l/scripts/update b/v4l/scripts/update index 14b977776..8ac84be67 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -4,7 +4,7 @@ set -e case "`hostname --short`" in eskarina) - btopt="card=10" +# btopt="card=10" # btopt="card=6 remote=1" ;; bogomips) @@ -92,7 +92,7 @@ xinsmod cx8802 xinsmod cx88-blackbird # saa7134 -xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=0 $saopt +xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=0 oss=1 $saopt xinsmod saa7134-empress # dvb stuff |