summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-10 21:58:27 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-10 21:58:27 +0000
commitf832f8931c00f02b5772f94c37062993d412fde9 (patch)
treee248e335b14916810216e818119da5ce25175dad /wctdm24xxp
parentea5dc8212bcd750dbe83e659ab15a6f49c008fbb (diff)
Merged revisions 2829 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2829 | mattf | 2007-08-10 16:54:56 -0500 (Fri, 10 Aug 2007) | 1 line Make sure we permit MRM commands ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2830 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index 93d7d1e..834a9a5 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -3060,6 +3060,7 @@ static int wctdm_hardware_init(struct wctdm *wc)
newjiffies = jiffies + HZ/10;
while(((reg = wctdm_getctl(wc,0x0000)) & 0x00000001) && (newjiffies > jiffies));
printk("%s: New Reg: %08x!\n", wc->variety, reg);
+ wctdm_setctl(wc, 0x0000, 0xfffa0000);
/* Configure watchdogs, access, etc */