[svn-commits] sruffell: linux/trunk r6590 - /linux/trunk/drivers/dahdi/wcte12xp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 11 12:48:50 CDT 2009


Author: sruffell
Date: Mon May 11 12:48:45 2009
New Revision: 6590

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6590
Log:
wcte12xp: Expose vpm parameters as module parameters.

Expose the vpmnlptype, vpmnlpthresh, and vpmnlpmaxsupp as module parameters
like for the wctdm24xxp.

DAHDI-261

Modified:
    linux/trunk/drivers/dahdi/wcte12xp/base.c

Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=6590&r1=6589&r2=6590
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Mon May 11 12:48:45 2009
@@ -1897,6 +1897,9 @@
 #ifdef VPM_SUPPORT
 module_param(vpmsupport, int, S_IRUGO | S_IWUSR);
 module_param(vpmtsisupport, int, S_IRUGO | S_IWUSR);
+module_param(vpmnlptype, int, S_IRUGO);
+module_param(vpmnlpthresh, int, S_IRUGO);
+module_param(vpmnlpmaxsupp, int, S_IRUGO);
 #endif
 
 MODULE_DESCRIPTION("Wildcard VoiceBus Digital Card Driver");




More information about the svn-commits mailing list