summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm.c')
-rw-r--r--wctdm.c3
1 files changed, 2 insertions, 1 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);