summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-01-28 04:41:45 +0000
committerShaun Ruffell <sruffell@digium.com>2009-01-28 04:41:45 +0000
commit555f47f05139e5d3a2b2570333abbfa409a3fa96 (patch)
tree7d7a0e3cffe210cee2f52d23c16bb8e27a2728de /drivers/dahdi/wcb4xxp
parent3d7c00df59d0234a990ca41a2d9044cd6900e6ee (diff)
Ensure the teignorered parameter is exposed as a module parameter.
Related to issue #14031 . git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5870 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcb4xxp')
-rw-r--r--drivers/dahdi/wcb4xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/wcb4xxp/base.c b/drivers/dahdi/wcb4xxp/base.c
index 27903ad..9857efd 100644
--- a/drivers/dahdi/wcb4xxp/base.c
+++ b/drivers/dahdi/wcb4xxp/base.c
@@ -2700,6 +2700,7 @@ module_param(loopback, int, S_IRUGO | S_IWUSR);
#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);