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 644b4fe..10b05f5 100644
--- a/wctdm.c
+++ b/wctdm.c
@@ -1594,7 +1594,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 5a22ac5..1833990 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -2125,7 +2125,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);