[Pkg-voip-commits] [dahdi-tools] 123/285: wcaxx: Teach tools about the wcaxx driver.

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 11310bde5373ff1642936f07f35a8cbeba50e3e4
Author: Shaun Ruffell <sruffell at digium.com>
Date:   Mon Nov 11 15:35:56 2013 -0600

    wcaxx: Teach tools about the wcaxx driver.
    
    Signed-off-by: Shaun Ruffell <sruffell at digium.com>
---
 blacklist.sample                       | 1 +
 modules.sample                         | 3 +++
 xpp/perl_modules/Dahdi/Hardware/PCI.pm | 6 ++++++
 3 files changed, 10 insertions(+)

diff --git a/blacklist.sample b/blacklist.sample
index 1d03f95..a415c16 100644
--- a/blacklist.sample
+++ b/blacklist.sample
@@ -12,6 +12,7 @@ blacklist wcfxo
 blacklist wctdm
 blacklist wctc4xxp
 blacklist wcb4xxp
+blacklist wcaxx
 
 # Some mISDN drivers may try to attach to cards supported by DAHDI. If you
 # have a card which is *not* supported by DAHDI but supported by one of the
diff --git a/modules.sample b/modules.sample
index 3d45a57..42d9a15 100644
--- a/modules.sample
+++ b/modules.sample
@@ -34,6 +34,9 @@ wcte11xp
 # Digium TDM410P/AEX410: up to 4 analog ports
 wctdm24xxp
 
+# Digium A4A/A4B/A8A/A8B
+wcaxx
+
 # X100P - Single port FXO interface
 # X101P - Single port FXO interface 
 wcfxo
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index 9afc337..194991a 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -97,6 +97,12 @@ my %pci_ids = (
 	'd161:800a'		=> { DRIVER => 'wcte13xp', DESCRIPTION => 'Wildcard TE133' },
 	'd161:800b'		=> { DRIVER => 'wcte13xp', DESCRIPTION => 'Wildcard TE134' },
 
+	# from wcaxx
+	'd161:800c'		=> { DRIVER => 'wcaxx', DESCRIPTION => 'Digium A8A' },
+	'd161:800d'		=> { DRIVER => 'wcaxx', DESCRIPTION => 'Digium A8B' },
+	'd161:800f'		=> { DRIVER => 'wcaxx', DESCRIPTION => 'Digium A4A' },
+	'd161:8010'		=> { DRIVER => 'wcaxx', DESCRIPTION => 'Digium A4B' },
+
 	# from wcb4xxp
 	'd161:b410'		=> { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list