summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)