[Asterisk-cvs] zaptel wctdm24xxp.c,NONE,1.1 Makefile,1.92,1.93

markster markster
Wed Nov 16 13:19:33 CST 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv6716

Modified Files:
	Makefile 
Added Files:
	wctdm24xxp.c 
Log Message:
Add wctdm24xxp driver! (woo hoo!!)


--- NEW FILE: wctdm24xxp.c ---
/*
 * Wilcard TDM2400P TDM FXS/FXO Interface Driver for Zapata Telephony interface
 *
 * Written by Mark Spencer <markster at digium.com>
 *
 * Copyright (C) 2005, Digium, Inc.
 *
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
[...2854 lines suppressed...]
MODULE_PARM(battthresh, "i");
MODULE_PARM(alawoverride, "i");
#ifdef VPM_SUPPORT
MODULE_PARM(vpmsupport, "i");
MODULE_PARM(vpmdtmfsupport, "i");
MODULE_PARM(vpmspans, "i");
MODULE_PARM(dtmfthreshold, "i");
#endif
#endif
MODULE_DESCRIPTION("Wildcard TDM2400P Zaptel Driver");
MODULE_AUTHOR("Mark Spencer <markster at digium.com>");
#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
#endif

module_init(wctdm_init);
module_exit(wctdm_cleanup);




Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Makefile	3 Nov 2005 20:31:02 -0000	1.92
+++ Makefile	16 Nov 2005 18:09:29 -0000	1.93
@@ -95,7 +95,7 @@
 LIBTONEZONE_SO:=libtonezone.so
 LIBTONEZONE_SO_MAJOR_VER:=1
 LIBTONEZONE_SO_MINOR_VER:=0
-MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm \
+MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm wctdm24xxp \
 	 ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp pciradio \
          ztd-loc # ztdummy
 #MODULES+=wcfxsusb
@@ -159,6 +159,8 @@
 
 wctdm.o: zaptel.h wctdm.h
 
+wctdm24xxp.o: zaptel.h wctdm.h
+
 pciradio.o: zaptel.h radfw.h
 
 wcs3200p.o: zaptel.h




More information about the svn-commits mailing list