summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-15 01:07:53 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-15 01:07:53 +0000
commit590e1c07e60d8564388533bb85deee9531df4893 (patch)
tree53f004baf59ab36938dcccdd55a6b62fc846d504 /wctdm.c
parenta3c98a00ee3ddee55b3db3268791d0743c155895 (diff)
Merged revisions 947 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r947 | kpfleming | 2006-02-14 19:05:56 -0600 (Tue, 14 Feb 2006) | 2 lines automatically set operational paramters for Australia when that opermode is seleced (issue #6454) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@948 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rw-r--r--wctdm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/wctdm.c b/wctdm.c
index fefaefb..42228ec 100644
--- a/wctdm.c
+++ b/wctdm.c
@@ -2377,6 +2377,11 @@ static int __init wctdm_init(void)
printk("Note this option is CASE SENSITIVE!\n");
return -ENODEV;
}
+ if (!strcmp(fxo_modes[_opermode].name, "AUSTRALIA")) {
+ boostringer=1;
+ fxshonormode=1;
+ }
+
res = zap_pci_module(&wctdm_driver);
if (res)