summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-15 12:52:07 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-15 12:52:07 +0000
commit9efb2889cfc1405f81429f379efd1997f356a89c (patch)
tree108106ad6871b2585ee7c782377fe56ef2f2de09
parentaeeeb37290bfd09c9705833550ee771aaead1d52 (diff)
xpp: BRI: make it always SYNC_MODE_AB (like PRI)
Signed-off-by: Oron Peled <oron.peled@xorcom.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10477 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/xpp/card_bri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/card_bri.c b/drivers/dahdi/xpp/card_bri.c
index 69b8031..92dd213 100644
--- a/drivers/dahdi/xpp/card_bri.c
+++ b/drivers/dahdi/xpp/card_bri.c
@@ -706,6 +706,7 @@ static xpd_t *BRI_card_new(xbus_t *xbus, int unit, int subunit,
return NULL;
PHONEDEV(xpd).direction = (to_phone) ? TO_PHONE : TO_PSTN;
xpd->type_name = (to_phone) ? "BRI_NT" : "BRI_TE";
+ xbus->sync_mode_default = SYNC_MODE_AB;
if (bri_proc_create(xbus, xpd) < 0)
goto err;
return xpd;