[svn-commits] sruffell: branch linux/2.5 r10149 - /linux/branches/2.5/drivers/dahdi/wctdm.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 19 17:53:51 CDT 2011


Author: sruffell
Date: Fri Aug 19 17:53:47 2011
New Revision: 10149

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10149
Log:
wctdm: Set 'fastpickup' counter to 8ms

This fixes what looks like a typo in r1055 [1].

[1] http://svnview.digium.com/svn/dahdi?view=revision&revision=1055

Reported-by: Kinnith Wallace <kwallace at digium.com>
Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10147

Modified:
    linux/branches/2.5/drivers/dahdi/wctdm.c

Modified: linux/branches/2.5/drivers/dahdi/wctdm.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/wctdm.c?view=diff&rev=10149&r1=10148&r2=10149
==============================================================================
--- linux/branches/2.5/drivers/dahdi/wctdm.c (original)
+++ linux/branches/2.5/drivers/dahdi/wctdm.c Fri Aug 19 17:53:47 2011
@@ -1710,7 +1710,7 @@
 
 	/* Misc. DAA parameters */
 	if (fastpickup)
-		reg31 = 0xb3;
+		reg31 = 0xe3;
 	else
 		reg31 = 0xa3;
 




More information about the svn-commits mailing list