summaryrefslogtreecommitdiff
path: root/xivovp
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2011-02-09 18:09:47 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2011-02-09 18:09:47 +0100
commit9dfb7ac46444e0662dcbce86642db60109c88bbd (patch)
tree4cf3286369bb16a2ce79f66b54685c94328cee24 /xivovp
parentfb1e8d7f4c1b5487fb914d80468f73423e8bff9e (diff)
as we are using synchronized TDM buses, FX TDM must wait for ISDN TDM
Diffstat (limited to 'xivovp')
-rw-r--r--xivovp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xivovp/base.c b/xivovp/base.c
index ed84203..35dfe23 100644
--- a/xivovp/base.c
+++ b/xivovp/base.c
@@ -75,7 +75,7 @@ static int alawoverride = 1; /* It's named like that in every DAHDI driver
except I prefer it to be 1 so the name
doesn't make much sense. */
static int reverse_polarity = false;
-static int wait_port0 = false;
+static int wait_port0 = true;
static uint reset_gpio = 28;
module_param(init_dbg, uint, 0444);