[zaptel-commits] kpfleming: tag 1.2.27 r4502 - in /tags/1.2.27: .version ChangeLog
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed Aug 20 17:44:13 CDT 2008
Author: kpfleming
Date: Wed Aug 20 17:44:12 2008
New Revision: 4502
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4502
Log:
Importing files for 1.2.27 release
Added:
tags/1.2.27/.version (with props)
tags/1.2.27/ChangeLog (with props)
Added: tags/1.2.27/.version
URL: http://svn.digium.com/view/zaptel/tags/1.2.27/.version?view=auto&rev=4502
==============================================================================
--- tags/1.2.27/.version (added)
+++ tags/1.2.27/.version Wed Aug 20 17:44:12 2008
@@ -1,0 +1,1 @@
+1.2.27
Propchange: tags/1.2.27/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.2.27/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.2.27/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.2.27/ChangeLog
URL: http://svn.digium.com/view/zaptel/tags/1.2.27/ChangeLog?view=auto&rev=4502
==============================================================================
--- tags/1.2.27/ChangeLog (added)
+++ tags/1.2.27/ChangeLog Wed Aug 20 17:44:12 2008
@@ -1,0 +1,3056 @@
+2008-08-20 Kevin P. Fleming <kpfleming at digium.com>
+
+ * Zaptel 1.2.27 released
+
+2008-08-20 16:58 +0000 [r4494] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/xpp_fxloader: Mark xpp_fxloader as executable.
+
+2008-08-17 16:41 +0000 [r4488] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm: Zaptel-perl: fix leftovers from
+ r4475 (handling of spaces) While r4767 solved some parsing
+ problems of channels with "strange" encoding names, it introduced
+ a new problem (e.g.: "RED" after "(In use)" which is fixed here.
+
+2008-08-14 19:27 +0000 [r4484-4486] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/Changelog_xpp, xpp/.version: Update changelog for xpp rev.
+ 6055.
+
+ * xpp/card_fxo.c: xpp: FXO: display signed voltage values (from xpp
+ r6055) This is only an issue with the displayed value. In case
+ you wondered why you have battery voltage of more than 220V.
+
+2008-08-12 13:05 +0000 [r4473-4475] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm: Zaptel-perl: more robust parsing
+ of channel signalling types. Parse them from a list rather thna
+ fusing a regex of a "word".
+
+ * xpp/card_pri.c, xpp/card_bri.c, xpp/xbus-core.c, xpp/Makefile,
+ xpp/xbus-pcm.c: * pcmtx_chan debugging parameter now refers to a
+ zaptel channel number. * Do initialize xsp. Closes issue #13276 .
+ * xbus_core_shutdown can't be __exit as it is used in
+ initilization as well.
+
+2008-08-07 12:30 +0000 [r4465-4468] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_fxo.c: xpp: fxo: fix caller-id CID_STYLE_PASS_ALWAYS.
+
+ * xpp/card_pri.c, xpp/firmwares/FPGA_1151.hex, xpp/xbus-core.c:
+ xpp: preliminary CAS support. Uses newer firmware (5975) for the
+ 1151 alone. (From r4463 in branches/1.4)
+
+ * xpp/card_global.c: xpp: reset a reserved protocol field. (From
+ r4462 in branches/1.4)
+
+ * xpp/card_fxs.c, xpp/xbus-pcm.c: xpp: debuggging parameter
+ pcmtx_chan now refers to a zap channel number. Also fix a typo in
+ card_fxs. (From r4461 in branches/1.4)
+
+2008-08-04 17:32 +0000 [r4451-4458] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/Makefile, xpp/calibrate_slics (removed): Remove
+ obsolete calibrate_slics. Clean more in utils Makefile.
+
+ * xpp/utils/zconf/Zaptel/Chans.pm, xpp/utils/lszaptel,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm: Add channel alarms in
+ Zaptel-perl and lszaptel specifically. * Zaptel::Chans now
+ provides a method alarms() for a list (or number of) alarms. *
+ lszaptel uses it for a more correct display of channel status. *
+ Also update PCI hardware list.
+
+ * xpp/init_card_3_30: Minor BRI initlization improvements.
+
+ * xpp/Kbuild: Kbuild: A more robust check for the bri_dchan patch.
+
+ * xpp/utils/xpp_fxloader: Make it formally bashism.
+
+ * xpp/firmwares/FPGA_1141.hex, xpp/firmwares/FPGA_1151.hex,
+ xpp/xframe_queue.c, xpp/card_fxs.c, xpp/firmwares/FPGA_FXS.hex,
+ xpp/xpp_zap.c: Firmware update: 5959 (DTMF and BRI ID) (From
+ DAHDI rev. 4695) * Fix some cases of double digits. * Fix some
+ rare cases of a BRI unit providing incorrect directionality. *
+ Extra debugging code in card_fxs.c to trace future DTMF issues. *
+ Properly note DAHDI (as opposed to Zaptel) ioctls.
+
+2008-08-03 14:52 +0000 [r4447-4448] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel-base.c: Use the wrapper CLASS_DEV_DESTROY rather than
+ class_device_destroy explicitly. Should help with kernels <
+ 2.6.13 and kernels >= 2.6.26 .
+
+ * zaptel-base.c: Fix build on kernels 2.6.2-2.6.13:
+ class_simple_device_remove This function only needs the device as
+ its parameter.
+
+2008-08-01 13:50 +0000 [r4442] Russell Bryant <russell at digium.com>
+
+ * wctdm.c: Fix detection of ringing on FXO ports. This change was
+ made to wctdm in 1.4 in revision 4096, but when that code got
+ backported to 1.2 in rev 4132, the change was not made. I found
+ it just by comparing the differences in the drivers between 1.2
+ and 1.4. (closes issue #13188) Reported by: pyves Patches:
+ 20080731__issue13188_revert4123z12.diff uploaded by bbryant
+ (license 36) issue13188.patch1.txt uploaded by russell (license
+ 2) Tested by: russell, bbryant
+
+2008-07-21 09:12 +0000 [r4424] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel-base.c: Fix building zaptel 1.2 with kernel 2.6.26. Taken
+ from DAHDI-linux rev. 4522. For issue #12944 .
+
+2008-07-10 07:49 +0000 [r4407] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xbus-pcm.c: PCM: A bugfix that was reintroduced in r4352:
+ After this change, the echo-canceler buffers were not cleared in
+ some cases. As a result when one FXS is put ONHOOK, the other
+ side could hear noise for a second or two until full disconnect
+ is done.
+
+2008-07-08 10:51 +0000 [r4394] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_fxs.c: A case where we didn't switch to low power at the
+ end of a ring. ISsue may prevents ONHOOK detection.
+
+2008-07-07 17:30 +0000 [r4390] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/wctdm24xxp.h: Default ring debounce timer should be
+ higher to properly catch callerid
+
+2008-06-28 07:24 +0000 [r4367] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xdefs.h: Fixes building with the kernel of RHEL 5.2. Closes
+ issue #12889 .
+
+2008-06-15 14:28 +0000 [r4352] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xbus-pcm.c: Muted DTMF PCM (from FXS modules) could "leak" to
+ the next channel. (From xpp r5796).
+
+2008-06-05 16:39 +0000 [r4345] Shaun Ruffell <sruffell at digium.com>
+
+ * wcte12xp/base.c: Fixed type of flags parameter to
+ spin_lock_irqsave functions. Fixes compilation issues on
+ platforms where int and long do not have the same size. Closes
+ issue #12787
+
+2008-05-22 14:56 +0000 [r4314] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xpd.h, xpp/xpp_zap.c: blink_mode was a boolean and changed to
+ a channels bitmask. Now actually changing the type from bool to
+ unsigned long. (xpp r5756).
+
+2008-05-20 14:23 +0000 [r4308] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Span.pm, xpp/utils/zconf/Zaptel/Xpp.pm: *
+ Document Zaptel::Span * Minor changes to Zaptel::Xpp as well.
+ (Documentation-only changes. xpp r5746,r5747)
+
+2008-05-19 12:17 +0000 [r4304] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_fxo.c, xpp/card_global.c, xpp/Changelog_xpp,
+ xpp/init_card_4_30, xpp/.version: * Zaptel-1.2.x does not have
+ zt_alarm_channel(). Move up the backward compatibility kludge so
+ it actually affect code (failed compilation on zaptel-1.2 from
+ Digium without (Closes issue #12654 ). * Cleanup a compile
+ warning in xpp/card_global.c . * Fix regression in PRI init
+ script (case of less than 4 modules). * Update changelog and bump
+ version.
+
+2008-05-14 19:07 +0000 [r4286] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: Wrong version number.
+
+2008-05-28 Matthew Fredrickson <creslin at digium.com>
+ * Zaptel 1.2.26 released
+
+2008-05-28 Matthew Fredrickson <creslin at digium.com>
+ * Merged revisions 4286, 4304, 4308, and 4314 from issues found in DVT.
+
+ Rev 4286:
+ * Wrong version number.
+
+ Rev 4304:
+ * Zaptel-1.2.x does not have zt_alarm_channel(). Move up the backward
+ compatibility kludge so it actually affect code (failed compilation on
+ zaptel-1.2 from Digium without (Closes issue #12654 ).
+ * Cleanup a compile warning in xpp/card_global.c .
+ * Fix regression in PRI init script (case of less than 4 modules).
+ * Update changelog and bump version.
+
+ Rev 4308:
+ * Document Zaptel::Span
+ * Minor changes to Zaptel::Xpp as well.
+
+ Rev 4314:
+ * blink_mode was a boolean and changed to a channels bitmask. Now actually
+ changing the type from bool to unsigned long. (xpp r5756).
+
+2008-05-14 15:49 +0000 [r4264-4271] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/xpp_blink, xpp/zap_debug.h, xpp/README.Astribank: XPP
+ documentation fixes.
+
+ * README: The parameter print_dbg of xpp has chnaged to "debug".
+
+ * xpp/utils/print_modes.c, xpp/firmwares/FPGA_1151.hex,
+ xpp/xpp_zap.h, xpp/xproto.c, xpp/init_card_1_30 (added),
+ xpp/Changelog_xpp, xpp/firmwares/FPGA_FXS.hex, xpp/init_card_3_30
+ (added), xpp/xproto.h, xpp/xpd.h,
+ xpp/utils/zconf/Zaptel/Chans.pm, xpp/card_bri.c,
+ xpp/utils/xpp_blink, xpp/xbus-core.c, xpp/init_card_4_29
+ (removed), xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, xpp/init_card_6_29
+ (removed), xpp/utils/xpp_fxloader, xpp/utils/fpga_load.c,
+ xpp/xbus-core.h, xpp/xdefs.h, xpp/.version, xpp/card_pri.c,
+ xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c, xpp/xbus-sysfs.c,
+ xpp/xframe_queue.c, xpp/card_global.c, xpp/README.Astribank,
+ xpp/card_fxs.c, xpp/card_fxo.h, xpp/utils/Makefile,
+ xpp/init_card_2_30 (added), xpp/card_global.h, xpp/card_fxs.h,
+ xpp/xbus-pcm.c, xpp/init_card_4_30 (added), xpp/zap_debug.c,
+ xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/utils/fpga_load.8,
+ xpp/zap_debug.h, xpp/utils/zconf/Zaptel/Xpp/Line.pm,
+ xpp/init_card_3_29 (removed), xpp/init_card_7_29 (removed),
+ xpp/init_card_9_29 (removed), xpp/utils/xpp_modprobe,
+ xpp/utils/genzaptelconf, xpp/xpp_usb.c, xpp/xpp_zap.c: xpp r5723:
+ Includes, among others: * New firmware protocol version: 3.0 . *
+ New numbers for the device types: (e.g. in card_init* scripts) -
+ FXS: 1 (was: 3) - FXO: 2 (was: 4) - BRI: 3 (was: 6 for TE, 7 for
+ NT) - PRI: 4 (was: 9) * Init scripts of FXS and FXO modules are
+ now written in Perl as well (be sure to have File::Basename, e.g:
+ perl-modules in Debian). * calibrate_slics merged into
+ init_card_1_30 . * Module parameter print_dbg replaced with debug
+ . Same meaning. * init_fxo_modes removed: content moved into
+ init_card_2_30, verified at build time. * Code tested with
+ sparse. Most warnings were fixed. * Set ZT_SIG_DACS for the
+ bchans in the PRI and BRI modules to not get ignored by ztscan. *
+ Handle null config_desc we get from some crazy USB controllers. *
+ genzaptelconf: Fix reporting of empty slots in list mode. *
+ xpp_blink can now blink a single analog port. * "slics" has been
+ renamed "chipregs". * Fixed a small typo in fpga_load(8). * Fixed
+ bashism in xpp_fxloader.
+
+2008-05-04 08:04 +0000 [r4233-4234] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_pri.c: * Allow initialization of T1-s (r5665) . * Remove
+ some false alarms on T1-s (r5669) .
+
+ * xpp/Kbuild: A test for a specific #define in zconfig.h was done
+ by invoking cpp . Sadly the change of CFLAGS handling in kernel
+ 2.6.24 meant that it is no longer as easy to invoke cpp on our
+ own. Impact: On kernel >= 2.6.24, xpd_bri never got built, even
+ if the bri_dchan patch was applied. Fix: use a simpler grep
+ instead. Hopefully noone passes it through other means. This
+ should fix issue #12426 . (Backport of r4193 from branches/1.4)
+
+2008-04-24 18:17 +0000 [r4194] sruffell <sruffell at localhost>:
+
+ * wctdm.c: Fixes a regression in versions 1.2.25 and 1.4.19
+ identified by korihor where the wctdm driver was no longer
+ properly recognizing polarity reversals. (closes issue #12419)
+
+2008-04-17 14:07 +0000 [r4174] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztdynamic.c: ztdynamic_chanfree.diff from bug #12406 .
+
+2008-04-10 15:44 +0000 [r4164] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/.version: Officially bumping xpp version (xpp/.version) to
+ 5566 .
+
+2008-04-09 05:17 +0000 [r4157-4158] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/Makefile: The rest of the backport.
+
+ * xpp/utils/print_modes.c, xpp/utils/Makefile: Backport some
+ fxo_modes changes from 1.4 to make xpp/utils build again.
+
+2008-04-04 18:09 +0000 [r4138] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Hardware/PCI.pm: Zaptel::Hardware - Add
+ support for AEX410.
+
+2008-04-08 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.25 released
+
+2008-04-04 18:09 +0000 [r4138] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Hardware/PCI.pm: Zaptel::Hardware - Add
+ support for AEX410.
+
+2008-04-04 17:46 +0000 [r4136] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Add support for AEX410
+
+2008-04-04 04:29 +0000 [r4126-4132] sruffell <sruffell at localhost>:
+
+ * wctdm.c: svn merge -c4096
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/wctdm.c
+ .
+
+ * wctdm24xxp/Kbuild, wctdm24xxp/wctdm24xxp.h, wcte12xp/vpmadt032.c,
+ wctdm24xxp/base.c, voicebus.c (added), wcte12xp/wcte12xp.h,
+ voicebus.h (added), wcte12xp/Kbuild, wcte12xp/base.c, fxo_modes.h
+ (added): svn merge -c4096
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/wctdm24xxp
+ wctdm24xxp svn merge -c4096
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/wcte12xp
+ wcte12xp svn cp
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/voicebus.c
+ . svn cp
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/voicebus.h
+ . svn cp
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/fxo_modes.h
+ .
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm.c, wctdm24xxp/base.c,
+ wctdm24xxp/GpakApi.c, wcte12xp/base.c, zaptel-base.c,
+ wcte12xp/GpakApi.c: svn merge -c3012
+ https://origsvn.digium.com/svn/zaptel/branches/1.4 . svn merge
+ -c3701 https://origsvn.digium.com/svn/zaptel/branches/1.4 . svn
+ merge -c3703 https://origsvn.digium.com/svn/zaptel/branches/1.4 .
+ svn merge -c4050
+ https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel .
+
+ * xpp/card_fxo.c: Moving a macro to quiet a compiler warning.
+
+ * wctdm.c: svn merge -r 3010:3011
+ https://origsvn.digium.com/svn/zaptel/branches/1.4
+
+2008-04-01 00:08 +0000 [r4109-4118] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Err.... re-fix make clean for kernel 2.4.
+
+ * Makefile: Fix 'make clean' when there's no kernel tree. Partial
+ backport of r4082 from 1.4.
+
+ * xpp/README.Astribank: Document when "D-Chan RX Bad checksum" is
+ not a problem.
+
+2008-03-26 08:36 +0000 [r4085] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * build_tools/genudevrules: Don't easily fail for missing udevinfo.
+ Nobody has that older udev version (or otherwise we might have
+ recieved a bug report about a bogus == rule). TODO: fix the
+ UDEVRULES test in Makefile.
+
+2008-03-24 21:06 +0000 [r4072] Matthew Fredrickson <creslin at digium.com>
+
+ * wcte12xp/vpmadt032.c: Add in new parameters added for 1.16
+ version of the firmware for the TE120 which should have already
+ been merged in.
+
+2008-03-21 01:20 +0000 [r4036-4038] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * hdlctest.c, hdlcstress.c: * Get hdlcstress and hdlctest to build.
+ * Make sure everything's initialized in hdlctest.c .
+
+ * hdlcstress.c: Revert accidental changes to hdlcstress.c
+
+ * xpp/card_pri.c, xpp/utils/zconf/Zaptel/Hardware.pm,
+ xpp/utils/zconf/Zaptel/Xpp/Line.pm, hdlcstress.c,
+ xpp/README.Astribank, xpp/Changelog_xpp: * Earleier
+ initialization of PRI module's register. * Fix zaptel-perl
+ reporting of battery after procfs changes. * Documentation
+ updates.
+
+2008-03-19 19:58 +0000 [r4025-4028] Matthew Fredrickson <creslin at digium.com>
+
+ * wcte12xp/GpakApi.h, wcte12xp/GpakErrs.h, wcte12xp/VPMADT032.bin,
+ wcte12xp/GpakHpi.h, wcte12xp/GpakApi.c, wcte12xp/gpakenum.h: Add
+ support for new VPMADT032 fw for the TE120
+
+ * wctdm24xxp/base.c: Make sure this check is made in 1.2 as well
+
+2008-03-18 23:51 +0000 [r4012] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_fxs.c, xpp/xbus-pcm.c: * We need to silence the
+ echo-canceller buffers as well. * But no need to cancel echo on
+ channels without PCM. * Switch to FXS hardware DTMF detection
+ again.
+
+2008-03-14 16:32 +0000 [r3988] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/VPMADT032.bin, wctdm24xxp/base.c,
+ wctdm24xxp/GpakApi.c, wctdm24xxp/GpakApi.h,
+ wctdm24xxp/gpakErrs.h: Update wctdm24xxp's VPMADT032 firmware to
+ version 1.16
+
+2008-03-09 11:59 +0000 [r3968-3972] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile, zaptel.conf.sample: More asciidoc polishes and small
+ sample file fixes.
+
+ * Makefile, README, zaptel.conf.sample: Integrating sample /
+ reference configuration file into the reference documentation.
+
+2008-03-06 22:54 +0000 [r3951-3952] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/firmwares/FPGA_1151.hex, xpp/xproto.c, xpp/Changelog_xpp,
+ xpp/firmwares/FPGA_FXS.hex, xpp/calibrate_slics, xpp/card_bri.c,
+ xpp/xbus-core.c, xpp/utils/xpp_fxloader, xpp/xbus-core.h,
+ xpp/xdefs.h, xpp/utils/xpp.rules, xpp/utils/zapconf,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm, xpp/.version,
+ xpp/card_pri.c, xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c,
+ xpp/xbus-sysfs.c, xpp/xframe_queue.c, xpp/card_fxs.c,
+ xpp/README.Astribank, xpp/Kbuild, xpp/card_global.c,
+ xpp/utils/Makefile, xpp/utils/xpp_timing (added), xpp/xbus-pcm.c,
+ xpp/xbus-pcm.h, xpp/init_card_3_29,
+ xpp/utils/zconf/Zaptel/Span.pm, xpp/utils/astribank_hook,
+ xpp/xpp_usb.c, xpp/xpp_zap.c: xpp.r5512: * Build: - Zaptel >=
+ 1.4.9 is migrating to storing kernel stuff in zaptel/kernel/* -
+ We conditionally use old/new directory scheme: In xpp/Kbuild and
+ xpp/utils/Makefile use ZAP_KERNEL variable, so it's not confused
+ with ZAPTEL_DIR (which appears in zaptel/Makefile as well). - Fix
+ compile warnings on 64 bit systems. - Compile fixes for
+ kernel-2.6.24 * UDEV: - /etc/udev/rules.d/xpp.rules now uses
+ XPP_INIT_DIR to find astribank_hook. - astribank_hook: Modify to
+ do nothing. Add some documentation. * Autoconfiguration --
+ zapconf: - Don't fail zapconf et.al. if no config file was found.
+ - Skip the 'IRQ Missing:' line in /proc/zaptel/nnn for
+ wcte1xp(?). - Add some newer Digium cards to our hardware
+ inventory. - Partially handle cases where the /proc/zaptel
+ strings does not contain info about E1/T1/J1 or NT/TE. * Better
+ SYNC: - Finer tuning of PLL (New firmware). - Change calculation
+ algorithm of sync offset. It now copes better with the variance
+ in USB frame reception timing. - Statistics: . The view of
+ results was moved from /proc/xpp/XBUS-*/summary to a new
+ /sys/bus/astribanks/devices/xbus-*/timing and enhanced. . A new
+ xpp_timing script shows all astribanks. . A new write only
+ /sys/bus/astribanks/devices/xbus-*/cls is used to clear
+ statistics. Eventually, clearing of XBUS related statistics
+ should be done here. One that was migrated is the clearing of
+ 'PCM [TR]X:' numbers currently appearing in
+ /proc/xpp/XBUS-*/summary (they should be moved too later). -
+ Shorten the strings representation sync_mode ("SYNC_MODE_AB" ->
+ "AB") adapted their use in printk and /proc so the text is clear.
+ - Added a command line parameter xpp.disable_pll_sync to stop all
+ adjustments command to AB (calculations still continue as usual).
+ * PRI: - 4 port support - set clocking master span via ztcfg,
+ like other zaptel devices. * FXO: - Fix false hangups in some
+ countries (voltage fluctuations). - Some countries send caller-id
+ before first ring. Added code to handle caller-id PCM pass
+ through according to a new command line parameter
+ (xpd_fxo.caller_id_style). - No longer sends an event on zt_open.
+ See #12160 . * Misc: - Adapt to zaptel-1.4.8 and above ztscan:
+ added fields returend by new ZT_SPANSTAT_V2 ioctl() - Document
+ sysfs and waitfor_xpds. - Miscelaneous optimizations and
+ bugfixes. - Remove deprecated pcm_tasklet parameter. The
+ rx_tasklet parameter has replaced it a long time ago. - Add
+ RX_CMD counter to /proc/xpp/XBUS-*/summary - Unclutter some of
+ the usb disconnect messages. - xpp_usb: minor preformance
+ improvements in receive. Expose the number of pending receive
+ URB's in /proc/xpp/XBUS-*/xpp_usb
+
+ * Makefile: Also don't clean wctdm24xxp/ from userspace Makefile.
+ See issue #12118 .
+
+2008-03-03 20:44 +0000 [r3917] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: No need for userspace 'make clean' here. Kbuild takes
+ care of it. Closes issue #12118 .
+
+2008-02-18 22:49 +0000 [r3847] Jeff Peeler <jpeeler at digium.com>
+
+ * sethdlc-new.c, tor2ee.c, tonezone.c, sethdlc.c, jpah.h: added
+ some forgotten includes for zap_copy_string
+
+2008-02-16 14:13 +0000 [r3837] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: * Start documenting module parameters in the README. *
+ Update the hardware supported by xpp.
+
+2008-02-15 23:33 +0000 [r3833] Jeff Peeler <jpeeler at digium.com>
+
+ * ztcfg-dude.c, ppp/zaptel.c, zttranscode.c, tor2ee.c, tonezone.c,
+ ztdynamic.c, zaptel.h, wct4xxp/wct4xxp-diag.c, ztmonitor.c,
+ zaptel-base.c, ztcfg.c, sethdlc-new.c, ztd-eth.c, sethdlc.c,
+ jpah.h, fxotune.c: Fixes bug 11471. Replaced all instances of
+ strncpy with zap_copy_string (added to zaptel.h) to fix any off
+ by one errors and ensure destination string is NULL terminated.
+
+2008-02-18 Russell Bryant <russell at digium.com>
+
+ * Zaptel 1.2.24 released
+
+2008-02-15 20:23 +0000 [r3831] Kevin P. Fleming <kpfleming at digium.com>
+
+ * README: update README to reflect currently supported Digium
+ interface cards
+
+2008-02-06 22:42 +0000 [r3812] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Change include of Makefile.kernel26 to Kbuild, and
+ place it in the right location. Fixes building for kernels 2.6.0
+ - 2.6.9 . M 1.2/Makefile
+
+2008-02-05 23:48 +0000 [r3805] sruffell <sruffell at localhost>:
+
+ * wcte12xp/base.c: Changes to the wcte12xp driver. - replace change
+ to allow driver to recover from descriptor unavailable. - module
+ echo cancellation parameters now valid under 2.6 kernels.
+
+2008-02-05 22:17 +0000 [r3804] Jason Parker <jparker at digium.com>
+
+ * wctc4xxp/Makefile: Fix a build issue pointed out by Dovid on
+ #asterisk
+
+2008-01-30 22:42 +0000 [r3766] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Config/Defaults.pm: Don't fail zapconf if
+ no config file was found.
+
+2008-01-28 15:56 +0000 [r3753] Kevin P. Fleming <kpfleming at digium.com>
+
+ * wct4xxp/Makefile, wctc4xxp/Makefile, wctdm24xxp/Makefile,
+ wcte12xp/Makefile: minor cleanups
+
+2008-01-27 15:34 +0000 [r3747] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * pciradio.c, wct4xxp/base.c, wcte11xp.c, wct1xxp.c, zttranscode.c,
+ torisa.c, ztdynamic.c, tor2.c, wcfxo.c, ztdummy.c: LINUX26 is
+ defined in zaptel.h, and should not be checked before including
+ it.
+
+2008-01-26 00:19 +0000 [r3741-3744] Kevin P. Fleming <kpfleming at digium.com>
+
+ * wctdm24xxp/GpakCust.h: enable this module to build against
+ kernels < 2.6.9 (issue #11523) Reported by: tzafrir
+
+ * pciradio.c, wct4xxp/base.c, wctc4xxp/base.c, wct4xxp/vpm450m.h,
+ wcte12xp/Makefile.kernel26 (removed), torisa.c, ztdynamic.c,
+ wct4xxp/Makefile.kernel26 (removed), wcte12xp/Kbuild (added),
+ wcte12xp/Makefile, wct4xxp/Kbuild (added), ztd-loc.c, wcte11xp.c,
+ wct4xxp/Makefile, wctc4xxp/Kbuild (added), wctdm24xxp/Kbuild
+ (added), wctdm.c, wctdm24xxp/Makefile, wctc4xxp/Makefile,
+ wcfxo.c, tor2.c, Kbuild (added), Makefile, zttranscode.c,
+ zaptel-base.c, wctdm24xxp/Makefile.kernel26 (removed),
+ wctc4xxp/Makefile.kernel26 (removed), ztdummy.c, wct1xxp.c,
+ ztd-eth.c, Makefile.kernel26 (removed), wcusb.c: get this branch
+ to build against 2.6.24 kernel build system (similar to r3706
+ from tzafrir for branch-1.4)
+
+2008-01-23 23:02 +0000 [r3733] sruffell <sruffell at localhost>:
+
+ * zaptel-base.c: Ensure that the zone lock is always acquired
+ before the channel lock. (issue #7620)
+
+2008-01-23 21:34 +0000 [r3730] Matthew Fredrickson <creslin at digium.com>
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/base.c, wcte12xp/base.c: Make
+ some echo canceller related parameters adjustable via module
+ parameter
+
+2008-01-20 13:08 +0000 [r3710] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Make sure README.Astribank's HTML copy has a complete
+ table of contents.
+
+2008-01-14 Russell Bryant <russell at digium.com>
+
+ * Zaptel 1.2.23 released
+
+2008-01-11 20:38 +0000 [r3663] Russell Bryant <russell at digium.com>
+
+ * zaptel-base.c: Revert an unnecessary trylock. Multiple people
+ have looked at this and nobody can see any reason why this would
+ be required. (closes issue #10791) Reported by: Matti Patches:
+ patch uploaded by Matti (license 109)
+
+2008-01-11 19:45 +0000 [r3659-3660] sruffell <sruffell at localhost>:
+
+ * wcte12xp/base.c: Minor formatting change.
+
+ * wcte12xp/base.c: Elimates a recursive grab of a spinlock in the
+ interrupt handler for the wcte12xp.
+
+2008-01-10 18:29 +0000 [r3643-3645] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * wcte12xp/vpmadt032.c, wcte12xp/base.c: Remove some unused
+ variables (already applied in 1.4).
+
+ * xpp/Makefile (added): Complete the renaming of Makefile (to
+ reduce merge issues with local xpp copy).
+
+ * xpp/utils/zconf/Zaptel/Config/Defaults.pm, xpp/xproto.c,
+ xpp/Changelog_xpp, xpp/xpd.h, xpp/xproto.h,
+ xpp/utils/zconf/Zaptel/Chans.pm, xpp/card_bri.c, xpp/xbus-core.c,
+ xpp/utils/zconf/Zaptel.pm, xpp/utils/zconf/Zaptel/Xpp/Xpd.pm,
+ xpp/utils/fpga_load.c, xpp/utils/lszaptel, xpp/xdefs.h,
+ xpp/utils/zapconf, xpp/utils/zconf/Zaptel/Hardware/PCI.pm,
+ xpp/.version, xpp/card_pri.c, xpp/card_fxo.c, xpp/xframe_queue.c,
+ xpp/README.Astribank, xpp/Kbuild (added), xpp/card_global.c,
+ xpp/utils/zaptel_hardware, xpp/Makefile (removed),
+ xpp/utils/Makefile, xpp/xbus-pcm.c, xpp/zap_debug.c,
+ xpp/zap_debug.h, xpp/utils/zconf/Zaptel/Xpp/Line.pm (added),
+ xpp/utils/zconf/Zaptel/Span.pm, xpp/init_card_9_29,
+ xpp/utils/astribank_hook, xpp/xpp_usb.c, xpp/xpp_zap.c:
+ xpp.r5254: * Improved polarity reversal hangups in FXO (r5194).
+ Fixed false detection of polarity reversals. * Optimize xframe
+ allocation, by not zeroing the whole memory (in get_xframe()). *
+ Fixed erronous error message that appeared sometimes from
+ fpga_load during USB renumeration. * Zaptel::Chans now provides
+ battery() reporting for some FXO channels (Astribank FXO and
+ wcfxo).
+
+2008-01-09 22:51 +0000 [r3638-3640] Matthew Fredrickson <creslin at digium.com>
+
+ * fxotune.h, fxotune.c: BIG fxotune update. New version which uses
+ fourier analysis for echo return loss measurement. Much more
+ accurate than the old version, and can penetrate through
+ background noise that may be on the line as well as noise caused
+ by tones in the background such as reorder or congestion if the
+ timing parameters aren't exactly right in the setup. If you have
+ analog fxo modules, it is recommended that you run fxotune on
+ them again with this latest version. You will definitely see even
+ better results
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/base.c: Make sure G.165 EC
+ disable tone detection is enabled
+
+2008-01-04 22:54 +0000 [r3618] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wcte12xp/base.c: Increase the amount of
+ code that is protected by locks in the wcte12xp interrupt
+ handler.
+
+2008-01-03 17:13 +0000 [r3586-3601] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/GpakCust.c: Removing some left
+ over debugging code.
+
+ * wctdm24xxp/GpakCust.c: Removed unneeded return value.
+
+ * wctdm24xxp/wctdm24xxp.h, wcte12xp/vpmadt032.c, wctdm24xxp/base.c,
+ wctdm24xxp/GpakCust.c: VPMADT032 stability changes for wctdm24xxp
+ and wcte12xp: - Remove double reads. - Wait for writes to
+ complete before starting reads. - Optimize reads of multi-word
+ register.
+
+ * wctdm24xxp/base.c, wcte12xp/base.c: Move the release of VPMADT032
+ resources to after the interrupt handler has been freed. Closes a
+ small window of opportunity for NULL pointer access at driver
+ unload time.
+
+2007-12-29 22:48 +0000 [r3577] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztd-eth.c: Adapt ztd-eth to newer interfaces from kernel 2.6.24 .
+
+2007-12-27 20:15 +0000 [r3564] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/README.Astribank: Update documentation. Mainly regarding the
+ PRI module.
+
+2007-12-27 18:02 +0000 [r3561] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c: Shouldn't destroy the workqueue with the
+ lock held.
+
+2007-12-24 21:24 +0000 [r3555] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm, xpp/utils/zconf/Zaptel/Utils.pm
+ (added), xpp/README.Astribank, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, xpp/Changelog_xpp,
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm,
+ xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/utils/zconf/XppUtils.pm
+ (removed), xpp/.version, xpp/utils/xpp_sync: * XppUtils.pm
+ renamed Zaptel::Utils.pm . * Some more documentation.
+
+2007-12-20 22:09 +0000 [r3550] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c: Cleanup in case the firmware load from
+ userspace fails.
+
+2007-12-19 21:15 +0000 [r3540] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_pri.c, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/Changelog_xpp, xpp/init_card_9_29, xpp/utils/genzaptelconf,
+ xpp/utils/zapconf, xpp/.version: * A few more fixes to card_pri.
+ * Do use "crc4" for E1 by default when generating zaptel.conf .
+
+2007-12-19 20:03 +0000 [r3534] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/GpakCust.c: Improve wcte12xp and
+ wctdm24xxp drivers' tolerance to host system latencies.
+
+2007-12-18 17:57 +0000 [r3506-3514] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.sysconfig: Enable xpp_usb in the sysconfig file as xpp no
+ longer generates many interrupts when there's no hardware
+ connected.
+
+ * wctdm24xxp/GpakCust.c: Revert a change that has remained in my
+ local copy.
+
+ * xpp/utils/hexfile.c, xpp/README.metering (removed),
+ xpp/utils/xpp_fxloader.usermap, xpp/firmwares/FPGA_1151.hex,
+ xpp/xpp_zap.h, xpp/xproto.c, xpp/utils/example_default_zaptel,
+ xpp/Changelog_xpp, xpp/firmwares/FPGA_FXS.hex, xpp/xpd.h,
+ xpp/xproto.h, xpp/utils/zconf/Zaptel/Chans.pm,
+ xpp/utils/xpp_blink, xpp/card_bri.c, xpp/xbus-core.c,
+ xpp/utils/zconf/Zaptel.pm, xpp/utils/test_parse.c,
+ xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, xpp/utils/xpp_fxloader,
+ xpp/utils/fpga_load.c, xpp/xbus-core.h, xpp/xdefs.h,
+ xpp/utils/zapconf, xpp/utils/zconf/Zaptel/Hardware/PCI.pm,
+ xpp/utils/xpp_sync, xpp/.version, xpp/card_pri.c,
+ xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c, xpp/xbus-sysfs.c,
+ xpp/xframe_queue.c (added), xpp/card_global.c, xpp/card_fxs.c,
+ xpp/README.Astribank, xpp/card_fxo.h, xpp/utils/zaptel_hardware,
+ xpp/xframe_queue.h (added), xpp/Makefile,
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm, wctdm24xxp/GpakCust.c,
+ xpp/card_global.h, xpp/xbus-pcm.c (added),
+ xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/utils/zconf/XppUtils.pm
+ (added), xpp/xbus-pcm.h (added),
+ xpp/utils/zconf/Zaptel/Hardware.pm, xpp/zap_debug.h,
+ xpp/utils/zt_registration, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/utils/zaptel_drivers, xpp/init_card_9_29,
+ xpp/utils/genzaptelconf, xpp/utils/zconf/Zaptel/Xpp.pm,
+ xpp/xpp_usb.c, xpp/xpp_zap.c: xpp r5151: * xpd_pri: Basically
+ ready. * PCM synchronization changes: - Each Astribank unit ticks
+ independently. Each with its own PLL. - HOST synchronization is
+ gone. Loading of xpp will no longer cause useless 250 ticks per
+ second if you have no Astribank. - Synchronization from the
+ zaptel sync master requires setting ZAPTEL as sync source
+ (xpp_sync ZAPTEL). * rx_tasklet is now a parameter of the module
+ xpp, rather than of xpp_usb. * New FPGA firmware: 5128 (1151) /
+ 5122 (1141, 1131): - Fixes synchronization issues. - PRI module:
+ E1 should now work. * perl module and utilities: - Modules no
+ longer magically scan system on initialization. - Scanning is by
+ calling explicit methods. - "Serial" has been renamed "Label". It
+ is basically unique, but should be modifieble. - Some basic
+ documentation of zaptel perl modules. * Default sort order of
+ zt_registration is back to SORT_CONNCTOR. * zt_registration proc
+ file now shows the number of span registered to if registered.
+ Try: grep . /proc/xpp/XBUS-*/XPD-*/zt_registration *
+ genzaptelconf: Allow using a custom command instead of
+ /etc/init.d/asterisk to start/stop asterisk. * Fixed the typo
+ "Slagish".
+
+2007-12-16 17:38 +0000 [r3493] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * build_tools/genudevrules: Simplify udev rules so they will be in
+ line with ones provided by distributions and allow simple
+ overriding of file permissions. Closes issue #11276 .
+
+2007-12-13 22:59 +0000 [r3475] Kevin P. Fleming <kpfleming at digium.com>
+
+ * ppp/zaptel.c: remove some code that is not compatible with modern
+ versions of pppd
+
+2007-12-13 Kevin P. Fleming <kpfleming at digium.com>
+
+ * Zaptel 1.2.22.1 released
+
+2007-12-13 Kevin P. Fleming <kpfleming at digium.com>
+
+ * wcte12xp.c: add new product support
+
+2007-11-27 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.22 released
+
+2007-11-21 23:51 +0000 [r3241-3243] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm24xxp/base.c: Add new product
+ support
+
+ * wctc4xxp/base.c: Transcoder driver updates. Fixes G.723 no audio
+ issues with latest drivers
+
+2007-11-14 15:03 +0000 [r3229-3232] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/Changelog_xpp, xpp/.version: Changelog for xpp r5010.
+
+ * xpp/init_card_3_29: Increase FXS ring detect debounce interval.
+
+ * xpp/utils/print_modes.c, xpp/init_card_4_29: Improve (reduce)
+ signal attenuation on FXO ports.
+
+ * xpp/xpp_zap.c: Fix a deadlock spotted on some SMP installations.
+
+2007-11-10 11:33 +0000 [r3222] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztmonitor.c: Get rid of a pointless static buffer and strcpy.
+
+2007-11-07 14:22 +0000 [r3217] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm, xpp/utils/genzaptelconf,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm: * zaptel-perl,
+ genzaptelconf: Detect and list Rhino cards. * zaptel-perl: Fix
+ reporting of empty slots in analog Digium cards. * genzaptelconf:
+ More readable case-s.
+
+2007-11-06 21:13 +0000 [r3215] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Cross port fxo line voltage monitoring patch
+ from wctdm to wctdm24xxp
+
+2007-11-03 16:10 +0000 [r3209] Matthew Fredrickson <creslin at digium.com>
+
+ * wctc4xxp/tc400m-firmware.bin, wctc4xxp/base.c: Major update for
+ tc4xxp driver. Fixes many outstanding issues related to channel
+ lockups, etc. It also raises the maximum channel count for g.729
+ to 120 channels.
+
+2007-10-31 21:08 +0000 [r3205] Mark Michelson <mmichelson at digium.com>
+
+ * sethdlc-new.c, sethdlc.c: Fixed potential buffer overflow. See
+ AST-2007-024 for more details
+
+2007-10-31 13:06 +0000 [r3201] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * doc/fxotune.8: Also get fxotne's man page from 1.4 .
+
+2007-10-26 15:08 +0000 [r3188] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Another clock polarity update. To fix garbage
+ audio on some systems with the wctdm24xxp driver and VPMADT032
+
+2007-10-20 19:49 +0000 [r3179] Matthew Fredrickson <creslin at digium.com>
+
+ * fxotune.c: Update fxotune in 1.2 to be the same as fxotune in
+ 1.4. Should have been done a long time ago
+
+2007-10-18 22:56 +0000 [r3169] Jason Parker <jparker at digium.com>
+
+ * wct4xxp/base.c: Correct the name of the wct4xxp driver. Issue
+ 11030
+
+2007-10-18 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.21 released
+
+2007-10-18 19:31 +0000 [r3152-3157] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm: Fix zaptel_hardware's behaviour
+ for unknown span types.
+
+ * xpp/Makefile, xpp/Changelog_xpp,
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/utils/zconf/Zaptel/Xpp.pm, xpp/.version: * zaptel-perl should
+ not panic when there is no /proc/bus/usb (Closes #11020). * Don't
+ build metering by default for now. * And this is xpp rev 4900.
+
+ * xpp/init_card_4_29: Make opermode work again.
+
+2007-10-16 20:21 +0000 [r3142-3146] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: Some modumentation.
+
+ * xpp/card_pri.c, xpp/card_fxo.c, xpp/firmwares/USB_FW.hex (added),
+ xpp/README.Astribank, xpp/card_fxs.c, xpp/xproto.c,
+ xpp/utils/zaptel_hardware, xpp/Changelog_xpp (added),
+ xpp/firmwares/USB_1130.hex (removed),
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/firmwares/USB_1140.hex (removed), xpp/firmwares/USB_1150.hex
+ (removed), xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/xpd.h,
+ xpp/xproto.h, xpp/utils/zconf/Zaptel/Hardware.pm,
+ xpp/utils/zt_registration, xpp/ChangeLog (removed),
+ xpp/xbus-core.c, xpp/utils/xpp_fxloader, xpp/utils/fpga_load.c,
+ xpp/utils/zaptel_drivers (added), xpp/xdefs.h,
+ xpp/utils/zconf/Zaptel/Xpp.pm,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm, xpp/xpp_usb.c,
+ xpp/xpp_zap.c, xpp/.version: xpp r4892: * Zaptel/Hardware perl
+ modules: - Use sysfs directly. Don't rely on lspci/lsusb. - Each
+ device has a description and driver name. -
+ Zaptel::Hardware::drivers() to show the list of required drivers
+ for this system (see zaptel_drivers). - zaptel_hardware shows a
+ description and a (suggested?) driver. * zt_registration sorts by
+ Serial first and only then by connector. * USB_FW.hex replaces
+ all the USB_11x0.hex . - Separate USB interface for the
+ management processor. - Hence fpga_load can now work even with
+ drivers loaded. * Fix firmware upgrading. * Fix manual firmware
+ loading while auto-loading.
+
+2007-10-16 16:39 +0000 [r3138] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: use latest Octasic API release
+
+2007-10-12 22:19 +0000 [r3132] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Fix for false power alarms, as well as a clock
+ polarity issue
+
+2007-10-05 19:45 +0000 [r3119-3120] Matthew Fredrickson <creslin at digium.com>
+
+ * Makefile: Forgot to remove before we create the device node
+
+ * Makefile: Make sure we make the transocder device node if no
+ dynamic device filesystem found.
+
+2007-10-04 16:31 +0000 [r3105-3112] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: Properly fix the README .
+
+ * README, contrib (removed), install_prereq (added): "contrib"
[... 2181 lines stripped ...]
More information about the zaptel-commits
mailing list