[svn-commits] tzafrir: trunk r1683 - in /trunk/xpp: ./ card_fxo.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 30 22:31:37 MST 2006


Author: tzafrir
Date: Thu Nov 30 23:31:36 2006
New Revision: 1683

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1683
Log:
 r1677 at boole:  tzafrir | 2006-12-01 02:13:00 +0200
  r1670 at boole:  tzafrir | 2006-12-01 01:29:57 +0200
   r2794 at boole:  oron | 2006-11-26 14:24:15 +0200
   Remove all SOFT_RING code (unused for a long time).
   
   
  
 

Modified:
    trunk/xpp/   (props changed)
    trunk/xpp/card_fxo.c

Propchange: trunk/xpp/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Nov 30 23:31:36 2006
@@ -1,5 +1,5 @@
 283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/branches/RELEASE-1.2.0/xpp:2832
-283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/trunk/xpp:2600
-f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.2/xpp:1668
-f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1676
+283159da-0705-0410-b60c-f2062b4bb6ad:/components/xpp-zaptel/trunk/xpp:2794
+f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.2/xpp:1670
+f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1677
 f558416c-6c06-0410-9f27-dde2687782d0:/team/tzafrir/xpp_1.2/xpp:1554

Modified: trunk/xpp/card_fxo.c
URL: http://svn.digium.com/view/zaptel/trunk/xpp/card_fxo.c?view=diff&rev=1683&r1=1682&r2=1683
==============================================================================
--- trunk/xpp/card_fxo.c (original)
+++ trunk/xpp/card_fxo.c Thu Nov 30 23:31:36 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