summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-27Merged revisions 2460 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2460 | qwell | 2007-04-27 14:06:12 -0500 (Fri, 27 Apr 2007) | 10 lines Merged revisions 2459 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2459 | qwell | 2007-04-27 14:05:25 -0500 (Fri, 27 Apr 2007) | 2 lines Correct and remove (one of each) broken syntax examples. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2461 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-25fix style in ztmonitor's code:tzafrir
* Use getopts for parsing the options. * Fix incorrect test for "no output stream". * Give names to some numbered file descriptors. * A separate usage message function. That is being used. * The sox message is back, and gives a working command. * clean-ups. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2454 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-25Fix potential deadlock in driver-zaptel interactionmattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2453 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-25Merged revisions 2444 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2444 | qwell | 2007-04-25 10:36:17 -0500 (Wed, 25 Apr 2007) | 10 lines Merged revisions 2443 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2443 | qwell | 2007-04-25 10:35:34 -0500 (Wed, 25 Apr 2007) | 2 lines Don't try to reference a variable on a channel that may not exist. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2445 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-24merge (manually) ztmonitor pre-echocan debuggingqwell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2436 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-13Merged revisions 2423 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2423 | qwell | 2007-04-13 18:14:33 -0500 (Fri, 13 Apr 2007) | 22 lines Merged revisions 2422 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2422 | qwell | 2007-04-13 18:12:23 -0500 (Fri, 13 Apr 2007) | 14 lines Fix several places where we treat confmode as a bitmask. It is a bitmask...sort of.. I'll explain.. confmode is used for 2 different things. It defines both the "mode" and the "flags" of the conference. The "mode" part is in 0x00FF and is NOT bitwise. The "flag" part is in 0xFF00 and *IS* bitwise. Confused yet? Good. So, when we want to check the "mode" of the conference, we need to check only within 0xFF. There were several places where this was not happening - but due to luck, it worked (...sort of). That's what this patch fixes. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2424 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-11Merged revisions 2406 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2406 | mattf | 2007-04-11 14:03:50 -0500 (Wed, 11 Apr 2007) | 12 lines Merged revisions 2405 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2405 | mattf | 2007-04-11 14:01:21 -0500 (Wed, 11 Apr 2007) | 4 lines Fix buglet in memory corruption fix. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2407 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-07chan variables are accessed without a lock, so they could change underneath ↵mattf
us. Make sure we use a local variable for access to them. (#9208) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2396 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-04Make sure we use the fast kernel bitops that are guarunteed atomic.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2394 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-04Performance related overhaul of the wct4xxp driver.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2392 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-03The ZT_CHANDIAG ioctl was disabled by default because the large zt_chan structrussell
that was being allocated on the stack is too big for some systems (those with 4k stacks). So, change the code to allocate the struct on the heap, and let the ioctl be always enabled. (issue #9364, patch by tzafrir, with minor mods) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2384 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-03Fix a couple of typos, and fix a small bug with remove_on_change for wct4xxp ↵qwell
driver. Try to get a little closer to the 1.4 version. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2383 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-03Improve the descriptions for things shown in menuselect. (issue #9450, ↵russell
caio1982) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2382 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Merged revisions 2359 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2359 | mattf | 2007-03-30 15:03:19 -0600 (Fri, 30 Mar 2007) | 2 lines Fix potential spinlock recursion issue. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2360 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Blocked revisions 2354 via svnmergeqwell
................ r2354 | qwell | 2007-03-30 13:57:48 -0500 (Fri, 30 Mar 2007) | 12 lines Merged revisions 2353 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2353 | qwell | 2007-03-30 13:56:46 -0500 (Fri, 30 Mar 2007) | 4 lines Fix an issue where an echo can was freed incorrectly in certain circumstances. Issue 9292, fix suggested by ddv2005. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2357 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Need to revert this last change. trunk doesn't yet have all the right stuff ↵qwell
in place. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2356 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Merged revisions 2354 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2354 | qwell | 2007-03-30 13:57:48 -0500 (Fri, 30 Mar 2007) | 12 lines Merged revisions 2353 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2353 | qwell | 2007-03-30 13:56:46 -0500 (Fri, 30 Mar 2007) | 4 lines Fix an issue where an echo can was freed incorrectly in certain circumstances. Issue 9292, fix suggested by ddv2005. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2355 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-29Blocked revisions 2348 via svnmergerussell
................ r2348 | russell | 2007-03-29 11:06:28 -0500 (Thu, 29 Mar 2007) | 11 lines Merged revisions 2347 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2347 | russell | 2007-03-29 11:05:32 -0500 (Thu, 29 Mar 2007) | 3 lines Add a README for HPEC, and add support for HPEC in the init script. (issue #9413, chozian) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2349 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-27Merged revisions 2343 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2343 | russell | 2007-03-27 13:49:01 -0500 (Tue, 27 Mar 2007) | 13 lines Merged revisions 2342 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2342 | russell | 2007-03-27 13:48:23 -0500 (Tue, 27 Mar 2007) | 5 lines When debug is enabled, ensure that "debug=1" gets passed to the zaptel module, and not just the hardware modules. Also, run "ztcfg -s" at the beginning of the "stop" action of the script. (issue #7409, PCadach and tzafrir) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2344 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-22* genzaptelconf -z will also generate the output of zapscan (The additional tzafrir
/etc/asterisk/zapscan.conf the asterisk gui needs). * Also put every digital span N in group 10+N (in addition to 0 / 5). * Removed useless fxs/fxo-s lists, and other unused code. * Add wcte12xp to the modules list. Prefer vzaphfc to zaphfc. * Default to ptmp for zapbri signalling. * Should be more readable. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2332 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-19Merged revisions 2323 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2323 | file | 2007-03-19 12:30:37 -0400 (Mon, 19 Mar 2007) | 10 lines Merged revisions 2322 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2322 | file | 2007-03-19 12:28:58 -0400 (Mon, 19 Mar 2007) | 2 lines Update documentation to match current Makefile. linux26 is no longer a valid target. (issue #9296 reported by valley) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2324 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-14Merged revisions 2308 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2308 | mattf | 2007-03-14 10:08:55 -0600 (Wed, 14 Mar 2007) | 10 lines Merged revisions 2307 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2307 | mattf | 2007-03-14 10:03:18 -0600 (Wed, 14 Mar 2007) | 2 lines Fix bug in J1 mode configuration. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2309 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-09Merged revisions 2302 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2302 | mattf | 2007-03-09 14:04:07 -0600 (Fri, 09 Mar 2007) | 10 lines Merged revisions 2301 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2301 | mattf | 2007-03-09 13:59:43 -0600 (Fri, 09 Mar 2007) | 2 lines Make sure we don't allocate as GFP_KERNEL in atomic context ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2303 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-08Blocked revisions 2297 via svnmergefile
................ r2297 | file | 2007-03-08 10:58:10 -0500 (Thu, 08 Mar 2007) | 10 lines Merged revisions 2296 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2296 | file | 2007-03-08 10:56:05 -0500 (Thu, 08 Mar 2007) | 2 lines vprintk is only available on 2.6.9+ (issue #9232 reported by baconbuttie) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2298 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-08Merged revisions 2294 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2294 | russell | 2007-03-07 18:48:22 -0600 (Wed, 07 Mar 2007) | 3 lines Add a constant for ZT_EVENT_REMOVED to allow a driver to hint to userspace that a channel has been removed. (issue #7256, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2295 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-07Don't die when there is no udev rules dir (on an installtion with tzafrir
INSTALL_PREFIX explicitly set). r2290 | tzafrir | 2007-03-07 21:14:30 +0200 (Wed, 07 Mar 2007) | 3 lines git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2291 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05Found a proper "marker" for the gfp_t typedef. Now every 2.6.9 is supported.tzafrir
r2286 | tzafrir | 2007-03-05 18:14:11 +0200 (Mon, 05 Mar 2007) | 2 lines git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2289 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05Merged revisions 2283 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2283 | kpfleming | 2007-03-04 23:42:41 -0600 (Sun, 04 Mar 2007) | 20 lines Merged revisions 2280-2282 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2280 | kpfleming | 2007-03-04 23:34:43 -0600 (Sun, 04 Mar 2007) | 2 lines ensure that we run objdump in the most generic language possible to avoid complications on non-English systems (issue #9196) ........ r2281 | kpfleming | 2007-03-04 23:40:37 -0600 (Sun, 04 Mar 2007) | 2 lines remove stray character that my editor decided to add ........ r2282 | kpfleming | 2007-03-04 23:41:30 -0600 (Sun, 04 Mar 2007) | 2 lines this driver does not use workqueues, so does not need this header (issue #9196) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2284 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Blocking 2271 from trunk: modprobe rules are not there anymore.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2272 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Support loading an Astribank (xpp) device in the init script.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2270 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Clarify a cyptic build message.tzafrir
r2266 | tzafrir | 2007-03-02 22:40:06 +0200 (Fri, 02 Mar 2007) | 2 lines git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2269 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Fix the usage of ztcfg in the init script:tzafrir
* The debian variant has failed to report errors. * Remove duplication. * Allow overriding the location of ztcfg and zaptel.conf in the config file. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2265 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02The "unload" target actually works.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2264 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-01r2257 | tzafrir | 2007-03-01 21:29:12 +0200 (Thu, 01 Mar 2007) | 2 linestzafrir
SLAB_KERNEL is an obsolete alias of GFP_KERNEL. Fix build on Vanilla 2.6.20 . git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2260 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-01Fixed module unloading in the zaptel init script.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2256 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28r2252 | tzafrir | 2007-02-28 22:57:52 +0200 (Wed, 28 Feb 2007) | 3 linestzafrir
Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 (and actually work, this tine). git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2254 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28If the span sets its sync_tick method, call it on every tick of the synctzafrir
master. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2249 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28The module rules broke INSTALL_PREFIX installation, and are generally useless.tzafrir
Remove them in trunk and see how it goes. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2248 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28Merge xpp rev. 3495:tzafrir
------------------------------------------------------------------------ r2243 | tzafrir | 2007-02-28 02:05:59 +0200 (Wed, 28 Feb 2007) | 4 lines * xpp rev. 3495: fix a race in the FXO driver of recent weeks. * Add the Astribank BRI driver (though still needs bristuffed zaptel to build and thus will not build by default) ------------------------------------------------------------------------ r2239 | tzafrir | 2007-02-27 08:14:18 +0200 (Tue, 27 Feb 2007) | 18 lines Xorcom rev. 3491: * Version of xpp modules is set from xpp/.version, rather than "unknown". * Astribank devices are now initialized in parallel: faster startup when there are multiple Astribanks. * Re-added support for the old format of /proc/xpp/sync write: (echo N 0 > /proc/xpp/sync ) . The new format (SYNC=NN) is preffered. * Firmware update to fix a PCM issue. * Fixed a build issue with kernel 2.6.8 . * Fixed missing initialization in Zaptel::Xpp::Xbus . * genzaptelconf will now set FXS ports as LS by default. To set them as KS, use fxs_default_start=ks in /etc/default/zaptel / /etc/sysconfig/zaptel (Also a workaround for #7755 ). * Groundwork for sync from zaptel master span: if zaptel is built with ZAPTEL_SYNC_TIC (see zaptel/team/tzafrir/sync ), xpp will report its drift from the zaptel sync master. * USB firmware update: had bad lines checksums (and fxload did not report). * fpga_load can now better report bad hex file checksum ;-) . ------------------------------------------------------------------------ r2223 | tzafrir | 2007-02-24 03:05:05 +0200 (Sat, 24 Feb 2007) | 3 lines Add the Zaptel and Zaptel::Xpp perl modules, and some simple utilities that use them. disabled by default for now. ------------------------------------------------------------------------ r2222 | tzafrir | 2007-02-24 02:55:05 +0200 (Sat, 24 Feb 2007) | 2 lines Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 . git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2247 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Merged revisions 2233 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2233 | file | 2007-02-26 13:20:40 -0500 (Mon, 26 Feb 2007) | 10 lines Merged revisions 2232 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2232 | file | 2007-02-26 13:18:13 -0500 (Mon, 26 Feb 2007) | 2 lines Just in case... set hotplug firmware loading option to no if on a 2.4 kernel. (issue #9140 reported by velter) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2234 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Merged revisions 2230 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2230 | file | 2007-02-26 10:16:46 -0500 (Mon, 26 Feb 2007) | 2 lines Move menuselect build options inclusion to before it is initially used otherwise the needed variables may not be present at time of use. (issue #9145 reported by jmls) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2231 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-25Ignore generated files in ztcodec_dte .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2226 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2209 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2209 | mattf | 2007-02-21 11:27:59 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2208 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2208 | mattf | 2007-02-21 11:26:05 -0600 (Wed, 21 Feb 2007) | 2 lines Make sure we do the IRQ fix in the gen1 interrupt handler as well. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2210 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2201 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2201 | mattf | 2007-02-21 09:58:53 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2199 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2199 | mattf | 2007-02-21 09:57:20 -0600 (Wed, 21 Feb 2007) | 2 lines Make sure we do the check for memory allocation failure. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2204 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2200 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2200 | mattf | 2007-02-21 09:57:59 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2198 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2198 | mattf | 2007-02-21 09:49:50 -0600 (Wed, 21 Feb 2007) | 2 lines Reduce our stack usage when using the vpm450m ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2202 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2195 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2195 | kpfleming | 2007-02-21 08:00:59 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2194 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2194 | kpfleming | 2007-02-21 08:00:20 -0600 (Wed, 21 Feb 2007) | 2 lines use new tag version numbering script ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2197 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-20Merged revisions 2180 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2180 | russell | 2007-02-20 14:17:46 -0600 (Tue, 20 Feb 2007) | 3 lines Fix the check that ran the install for xpp/utils. Also, add a target to build them, and clean the directory in the clean target. (issue #8894, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2181 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-17xpp/utils: Do use autoconf's detection of libusb.tzafrir
(from changeset 2170) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2171 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-16Merged revisions 2167 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2167 | mattf | 2007-02-16 16:18:41 -0600 (Fri, 16 Feb 2007) | 10 lines Merged revisions 2166 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2166 | mattf | 2007-02-16 16:14:48 -0600 (Fri, 16 Feb 2007) | 2 lines Fix detection of second single port modules so it actually works now. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2168 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-13Remove obsolete wcfxsusb. It ware replaced by wcusb.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2163 5390a7c7-147a-4af0-8ec9-7488f05a26cb