summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/utils/example_default_zaptel
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-17 17:49:05 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-17 17:49:05 +0000
commit5b937d8b8c168e124442874b56a593a587160427 (patch)
treeab335626cf5cc47885d2a2e7b24224febbc5844c /drivers/dahdi/xpp/utils/example_default_zaptel
parentee0bc6496d06fac25b57ac93bab4a439f410ebde (diff)
Move the xpp utilities to the tools side.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4374 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/utils/example_default_zaptel')
-rw-r--r--drivers/dahdi/xpp/utils/example_default_zaptel31
1 files changed, 0 insertions, 31 deletions
diff --git a/drivers/dahdi/xpp/utils/example_default_zaptel b/drivers/dahdi/xpp/utils/example_default_zaptel
deleted file mode 100644
index f60b651..0000000
--- a/drivers/dahdi/xpp/utils/example_default_zaptel
+++ /dev/null
@@ -1,31 +0,0 @@
-# Disables hotplug firmware loading
-#XPP_HOTPLUG_DISABLED=yes
-#
-# Disables udev hook called when an astribank is added and ready
-# or removed.
-#ASTRIBANK_HOOK_DISABLED=yes
-
-# Setup for XPP PRI. This allows to have fixed settings:
-# 1. The variable XPP_PRI_SETUP contains a whitespace separated list of
-# port specifications.
-# 2. Each port specification contains a match expression, a '=' and
-# a setting string.
-# 2. Match expressions may be:
-# - CONNECTOR/usb..../XPD-nn To identify by physical connector
-# - NUM/XBUS-mm/XPD-nn To identify by bus number
-# 4. Match expressions may contain "wildcards" (which are translated
-# internally to regular expressions):
-# * matches zero or more characters.
-# ? matches one charater
-# 5. The list of matches is scanned from beginning to end. First match wins.
-# 6. The list implicitly contains an 'NUM/*=TE,E1' catch all default, appended
-# to its end.
-# 7. The setting string is composed of comma separated settings. Valid
-# settings are:
-# - NT or TE
-# - E1 or T1 or J1
-#
-XPP_PRI_SETUP='
- CONNECTOR/usb-0000:00:1d.7-1/XPD-01=NT,E1
- NUM/*/XPD-03=NT,E1
- '