[zaptel-commits] tzafrir: branch 1.4 r3681 - /branches/1.4/wcfxo.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Sat Jan 12 09:59:14 CST 2008
Author: tzafrir
Date: Sat Jan 12 09:59:14 2008
New Revision: 3681
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3681
Log:
Remove the hex that prevented wcfxo international settings from working.
Patch wcfxo-hexa by meneault from issue #11057.
Modified:
branches/1.4/wcfxo.c
Modified: branches/1.4/wcfxo.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcfxo.c?view=diff&rev=3681&r1=3680&r2=3681
==============================================================================
--- branches/1.4/wcfxo.c (original)
+++ branches/1.4/wcfxo.c Sat Jan 12 09:59:14 2008
@@ -777,9 +777,9 @@
return;
}
- wcfxo_setreg(wc, 0x16, reg16);
- wcfxo_setreg(wc, 0x17, reg17);
- wcfxo_setreg(wc, 0x18, reg18);
+ wcfxo_setreg(wc, 16, reg16);
+ wcfxo_setreg(wc, 17, reg17);
+ wcfxo_setreg(wc, 18, reg18);
/* Wait a couple of jiffies for our writes to finish */
More information about the zaptel-commits
mailing list