[svn-commits] sruffell: linux/trunk r5870 - /linux/trunk/drivers/dahdi/wcb4xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jan 27 22:41:45 CST 2009
Author: sruffell
Date: Tue Jan 27 22:41:45 2009
New Revision: 5870
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=5870
Log:
Ensure the teignorered parameter is exposed as a module parameter.
Related to issue #14031 .
Modified:
linux/trunk/drivers/dahdi/wcb4xxp/base.c
Modified: linux/trunk/drivers/dahdi/wcb4xxp/base.c
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=5870&r1=5869&r2=5870
==============================================================================
--- linux/trunk/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcb4xxp/base.c Tue Jan 27 22:41:45 2009
@@ -2700,6 +2700,7 @@
#endif
module_param(milliwatt, int, S_IRUGO | S_IWUSR);
module_param(pedanticpci, int, S_IRUGO);
+module_param(teignorered, int, S_IRUGO | S_IWUSR);
module_param(alarmdebounce, int, S_IRUGO | S_IWUSR);
module_param(vpmsupport, int, S_IRUGO);
module_param(timer_1_ms, int, S_IRUGO | S_IWUSR);
More information about the svn-commits
mailing list