[dahdi-commits] dahdi/linux.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Fri Jun 14 15:02:46 CDT 2013


branch "master" has been updated
       via  431571b5fc1529d0510d472c4e9da42e14a8b731 (commit)
      from  ab927f796b38ee6ed72e82681f6ee4aaaa5b8a3a (commit)

Summary of changes:
 drivers/dahdi/wcte13xp-base.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 431571b5fc1529d0510d472c4e9da42e14a8b731
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date:   Fri Jun 14 14:54:36 2013 -0500

    wcte13xp: Start the span in unconfigured, instead of red state
    
    This was causing inconsistancies with dahdi_scan showing an "UNCONFIGURED" span
    in the "RED" state.
    
    Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>

diff --git a/drivers/dahdi/wcte13xp-base.c b/drivers/dahdi/wcte13xp-base.c
index eb2850b..efef13e 100644
--- a/drivers/dahdi/wcte13xp-base.c
+++ b/drivers/dahdi/wcte13xp-base.c
@@ -3053,7 +3053,7 @@ static int __devinit te13xp_init_one(struct pci_dev *pdev,
 	list_add_tail(&wc->span.device_node, &wc->ddev->spans);
 
 	/* Span is in red alarm by default */
-	wc->span.alarms = DAHDI_ALARM_RED;
+	wc->span.alarms = DAHDI_ALARM_NONE;
 
 	res = dahdi_register_device(wc->ddev, &wc->dev->dev);
 	if (res) {

-----------------------------------------------------------------------


-- 
dahdi/linux.git



More information about the dahdi-commits mailing list