dahdi-linux/drivers/dahdi/xpp
Oron Peled 7c99a670b5 xpp: FXS: added a 'lower_ringing_noise' parameter
* Adds a new parameter, 'lower_ringing_noise', to module xpd_fxs.

* Makes the "power-down" behaviour that was added
  in upstream svn r10478, switchable in runtime.

* By default (false), makes the vbat_h behave like it did
  before the power-down change.
  - I.e: vbat_h is held throughout the ringing period (during
    both ring-up/ring-down)
  - So this patch revert part of r10478

* When switched to true, activate the "power-down" behaviour.
  - I.e: vbat_h follows the ring-up/ring-down.
  - This behaviour lowers the noise caused by group ringing of
    FXS channels in the same unit, but causes problems with CallerID.

Signed-off-by: Oron Peled <oron.peled@xorcom.com>
Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10574

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.6@10576 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2012-03-21 20:35:33 +00:00
..
firmwares xpp: firmwares: useless 0x1A at EOF 2012-03-20 11:20:36 +00:00
card_bri.c xpp: BRI: batch D-Channel packets to fix frag. 2012-01-02 14:07:14 +00:00
card_bri.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
card_echo.c xpp: Eliminate "set but unused" compiler warnings. 2011-07-04 14:04:56 +00:00
card_echo.h xpd_echo: XPP Octasic echo canceler module 2011-06-28 18:23:00 +00:00
card_fxo.c xpd_echo: XPP Octasic echo canceler module 2011-06-28 18:23:00 +00:00
card_fxo.h xpp: remove leftovers of old XPD_STATE method 2011-11-02 14:07:43 +00:00
card_fxs.c xpp: FXS: added a 'lower_ringing_noise' parameter 2012-03-21 20:35:33 +00:00
card_fxs.h xpp: remove leftovers of old XPD_STATE method 2011-11-02 14:07:43 +00:00
card_global.c xpp: reset Astribank SPI busses 2012-03-15 17:35:57 +00:00
card_global.h xpp: reset Astribank SPI busses 2012-03-15 17:35:57 +00:00
card_pri.c xpp: PRI: restore pri_protocol to R/W: 2011-11-29 23:38:30 +00:00
card_pri.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
Changelog_xpp wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
dahdi_debug.c wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
dahdi_debug.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
init_card_1_30 xpp: Adaptations for E-Main-3 2011-11-02 14:08:12 +00:00
init_card_2_30 wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
init_card_3_30 wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
init_card_4_30 xpp: init_card_4_30: add comment 2011-01-30 18:10:33 +00:00
init_card_5_30 xpp: also install init (non)script for xpd_echo 2011-06-30 21:38:47 +00:00
Kbuild xpd_echo: XPP Octasic echo canceler module 2011-06-28 18:23:00 +00:00
Kconfig wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
Makefile wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
mmapbus.c wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
mmapbus.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
mmapdrv.c Move test for DEFINE_SPINLOCK into include/dahdi/kernel.h 2010-09-24 22:44:53 +00:00
param_doc wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
parport_debug.c Move test for DEFINE_SPINLOCK into include/dahdi/kernel.h 2010-09-24 22:44:53 +00:00
parport_debug.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
print_fxo_modes.c wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
xbus-core.c xpp: handle failures during dahdi_register_device() 2012-01-10 22:09:34 +00:00
xbus-core.h xpp: Allow up to 128 Astribanks on a system 2011-12-21 18:10:44 +00:00
xbus-pcm.c xpd_echo: XPP Octasic echo canceler module 2011-06-28 18:23:00 +00:00
xbus-pcm.h xpd_echo: XPP Octasic echo canceler module 2011-06-28 18:23:00 +00:00
xbus-sysfs.c xpp: restore backward compat dahdi_registration 2011-11-10 16:56:29 +00:00
xdefs.h xpp: prepare for phonedev refactor 2011-01-30 14:11:49 +00:00
xframe_queue.c xpp: rate limit queue overflow messages 2011-07-20 16:48:46 +00:00
xframe_queue.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
xpd.h xpp: Use 'bool' type for boolean module parameters on kernel versions >= 2.6.31. 2012-03-16 16:11:20 +00:00
xpp_dahdi.c xpp: Don't deactivate XPDs on unregistration 2012-01-10 22:09:29 +00:00
xpp_dahdi.h xpp: bugfix: clear NOTOPEN span alarm on assign 2011-11-02 17:05:38 +00:00
xpp_debug xpp: fix bashism in xpp_debug 2011-08-24 08:11:38 +00:00
xpp_usb.c xpp: Adaptations for E-Main-3 2011-11-02 14:08:12 +00:00
xpp.conf wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
xpp.rules wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
XppConfig.pm wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
xproto.c xpp: '%d' -> '%lu' when displaying module_refcount on kernel versions >= 3.3 2012-03-16 16:11:25 +00:00
xproto.h xpd_echo: XPP Octasic echo canceler module 2011-06-28 18:23:00 +00:00