summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 13:39:15 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 13:39:15 +0000
commitcd9dd59b57515e50f485203e1bb0c592b8b4c954 (patch)
tree635e1f2c63b8ec8f3a11a97781062a0fca75309a
parent13825b78bbe2d385b157b3256ec4f75ecf3f7a02 (diff)
xpp: typos and such. Whitespace fixes in PCI.pm
Merged revisions 6832 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@7469 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/README.Astribank4
-rw-r--r--xpp/perl_modules/Dahdi/Hardware/PCI.pm2
-rwxr-xr-xxpp/twinstar_hook4
3 files changed, 5 insertions, 5 deletions
diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index b6d3c2f..52156cc 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -909,7 +909,7 @@ fxload::
A standard program that is typically part either of package 'fxload'
or 'hotplug-utils' .
/dev/bus/usb::
- On some old systems it is mmissing . /proc/bus/usb (usbfs) could be
+ On some old systems it is missing . /proc/bus/usb (usbfs) could be
used instead.
MMM::
the first number (bus number)
@@ -1056,7 +1056,7 @@ However the xpd_* modules are installed on-demand: no need to load
xpd_fxo if you have only Astribank FXS.
Once an Astribank device connected and the firmware is loaded, the
-Vendor-ID/Product-ID of the device will be e4e4/1152 . The handler for that
+Vendor-ID/Product-ID of the device will be e4e4/11x2 . The handler for that
combination is listed as the kernel module xpp_usb. Therefore, the system
runs 'modprobe xpp_usb' if that module is not already loaded.
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index b609637..3585003 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -85,7 +85,7 @@ my %pci_ids = (
'd161:8001' => { DRIVER => 'wcte12xp', DESCRIPTION => 'Wildcard TE122' },
# from wcb4xxp
- 'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
+ 'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
# from tor2
'10b5:9030' => { DRIVER => 'tor2', DESCRIPTION => 'PLX 9030' },
diff --git a/xpp/twinstar_hook b/xpp/twinstar_hook
index 7b2101f..e463218 100755
--- a/xpp/twinstar_hook
+++ b/xpp/twinstar_hook
@@ -101,9 +101,9 @@ online)
xpp_blink bzzt xpd "$XBUS_NUM"
ports=`twinstar ports`
if [ "$ports" = 0 ]; then
- play /usr/share/zaptel/primary-pbx-is-ready.wav || :
+ play /usr/share/dahdi/primary-pbx-is-ready.wav || :
elif [ "$ports" = 1 ]; then
- play /usr/share/zaptel/backup-pbx-is-ready.wav || :
+ play /usr/share/dahdi/backup-pbx-is-ready.wav || :
fi
echo "online: READY" | $LOGGER
fi