[svn-commits] tzafrir: branch 1.2 r1670 - in /branches/1.2/xpp: ./ Makefile card_fxo.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 30 16:29:57 MST 2006


Author: tzafrir
Date: Thu Nov 30 17:29:57 2006
New Revision: 1670

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1670
Log:
 r2794 at boole:  oron | 2006-11-26 14:24:15 +0200
 Remove all SOFT_RING code (unused for a long time).
 
 

Modified:
    branches/1.2/xpp/   (props changed)
    branches/1.2/xpp/Makefile
    branches/1.2/xpp/card_fxo.c

Propchange: branches/1.2/xpp/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Nov 30 17:29:57 2006
@@ -1,4 +1,4 @@
-283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/trunk/xpp:2783
+283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/trunk/xpp:2794
 f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1623
 f558416c-6c06-0410-9f27-dde2687782d0:/team/tzafrir/xpp_1.2/xpp:1554
 f558416c-6c06-0410-9f27-dde2687782d0:/trunk/xpp:1453

Modified: branches/1.2/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/Makefile?view=diff&rev=1670&r1=1669&r2=1670
==============================================================================
    (empty)

Modified: branches/1.2/xpp/card_fxo.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/card_fxo.c?view=diff&rev=1670&r1=1669&r2=1670
==============================================================================
--- branches/1.2/xpp/card_fxo.c (original)
+++ branches/1.2/xpp/card_fxo.c Thu Nov 30 17:29:57 2006
@@ -572,7 +572,11 @@
 					xbus->busname, xpd->xpdname, i);
 				continue;
 			}
-			mark_ring(xpd, i, IS_SET(sig_status, i), 1);
+			if(IS_SET(sig_status, i)) {
+				mark_ring(xpd, i, 1);
+			} else {
+				mark_ring(xpd, i, 0);
+			}
 		}
 	}
 	spin_unlock_irqrestore(&xpd->lock, flags);



More information about the svn-commits mailing list