[dahdi-commits] dahdi/linux.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Dec 19 10:44:10 CST 2013
branch "master" has been updated
via 05bf6ac6017c304cea0288ffd54ab3b6188afbbe (commit)
from d536c3e203a5613f5e91c5a9556057bd2eb5331e (commit)
Summary of changes:
drivers/dahdi/wcte13xp-base.c | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 05bf6ac6017c304cea0288ffd54ab3b6188afbbe
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date: Wed Dec 18 18:10:40 2013 -0600
wcte13xp: Fix bug preventing recover timing from ever being set
A bug introduced in v2.8.0 prevented the recover timing configuration from
being set properly on the hardware. This caused the card to never go into
recovered timing mode.
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
diff --git a/drivers/dahdi/wcte13xp-base.c b/drivers/dahdi/wcte13xp-base.c
index c3d1c17..858d136 100644
--- a/drivers/dahdi/wcte13xp-base.c
+++ b/drivers/dahdi/wcte13xp-base.c
@@ -1684,6 +1684,9 @@ t13x_spanconfig(struct file *file, struct dahdi_span *span,
if (file->f_flags & O_NONBLOCK)
return -EAGAIN;
+ /* Set recover timing mode */
+ span->syncsrc = lc->sync;
+
/* make sure that sigcaps gets updated if necessary */
for (i = 0; i < wc->span.channels; i++)
t13x_chan_set_sigcap(span, i);
-----------------------------------------------------------------------
--
dahdi/linux.git
More information about the dahdi-commits
mailing list