summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wctdm.c3
-rw-r--r--wctdm24xxp/base.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/wctdm.c b/wctdm.c
index 854c529..8eaa512 100644
--- a/wctdm.c
+++ b/wctdm.c
@@ -1549,7 +1549,8 @@ static int wctdm_init_proslic(struct wctdm *wc, int card, int fast, int manual,
/* Disable automatic VBat switching for safety to prevent
Q7 from accidently turning on and burning out. */
- wctdm_setreg(wc, card, 67, 0x17);
+ wctdm_setreg(wc, card, 67, 0x07); /* Note, if pulse dialing has problems at high REN loads
+ change this to 0x17 */
/* Turn off Q7 */
wctdm_setreg(wc, card, 66, 1);
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index e0ad2c2..10217db 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -1971,7 +1971,8 @@ static int wctdm_init_proslic(struct wctdm *wc, int card, int fast, int manual,
/* Disable automatic VBat switching for safety to prevent
Q7 from accidently turning on and burning out. */
- wctdm_setreg(wc, card, 67, 0x17);
+ wctdm_setreg(wc, card, 67, 0x07); /* If pulse dialing has trouble at high REN
+ loads change this to 0x17 */
/* Turn off Q7 */
wctdm_setreg(wc, card, 66, 1);