[svn-commits] sruffell: branch linux/2.2 r7540 - in /linux/branches/2.2/drivers/dahdi: wct4...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 9 13:38:12 CST 2009


Author: sruffell
Date: Mon Nov  9 13:38:08 2009
New Revision: 7540

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7540
Log:
wct4xxp, wcte12xp: Don't export new module parms by default on the 2.2 branch

Most people are going to use the defaults, and this eliminates a potential
interface change that would cause problems if someone wants to go between 2.2.1
and 2.2.0.4.


Modified:
    linux/branches/2.2/drivers/dahdi/wct4xxp/base.c
    linux/branches/2.2/drivers/dahdi/wcte12xp/base.c

Modified: linux/branches/2.2/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7540&r1=7539&r2=7540
==============================================================================
--- linux/branches/2.2/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/branches/2.2/drivers/dahdi/wct4xxp/base.c Mon Nov  9 13:38:08 2009
@@ -4000,9 +4000,11 @@
 module_param(timingcable, int, 0600);
 module_param(t1e1override, int, 0600);
 module_param(alarmdebounce, int, 0600);
+#if 0 /* Don't export these parameters by default on the 2.2 branch */
 module_param(losalarmdebounce, int, 0600);
 module_param(aisalarmdebounce, int, 0600);
 module_param(yelalarmdebounce, int, 0600);
+#endif
 module_param(j1mode, int, 0600);
 module_param(sigmode, int, 0600);
 #ifdef VPM_SUPPORT

Modified: linux/branches/2.2/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/wcte12xp/base.c?view=diff&rev=7540&r1=7539&r2=7540
==============================================================================
--- linux/branches/2.2/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/branches/2.2/drivers/dahdi/wcte12xp/base.c Mon Nov  9 13:38:08 2009
@@ -1932,9 +1932,11 @@
 module_param(t1e1override, int, S_IRUGO | S_IWUSR);
 module_param(j1mode, int, S_IRUGO | S_IWUSR);
 module_param(alarmdebounce, int, S_IRUGO | S_IWUSR);
+#if 0 /* Don't export these parameters by default on the 2.2 branch */
 module_param(losalarmdebounce, int, S_IRUGO | S_IWUSR);
 module_param(aisalarmdebounce, int, S_IRUGO | S_IWUSR);
 module_param(yelalarmdebounce, int, S_IRUGO | S_IWUSR);
+#endif
 module_param(latency, int, S_IRUGO | S_IWUSR);
 #ifdef VPM_SUPPORT
 module_param(vpmsupport, int, S_IRUGO | S_IWUSR);




More information about the svn-commits mailing list