summaryrefslogtreecommitdiff
path: root/kernel/zaptel-base.c
AgeCommit message (Expand)Author
2009-11-19zaptel-base,xpp,wcte12xp,wctdm24xxp,wctdm,pciradio: Compilation updates.HEADsvn_1.4masterShaun Ruffell
2009-07-21dahdi-base: Add support for core timing.sruffell
2009-01-05Quieting a compiler warning.sruffell
2008-11-21Fix a think-o in numeric comparison. Swap order to make it more clear.qwell
2008-10-30Use correct length for the Zaptel transcoder device name.tzafrir
2008-10-15Fixing typo...there is not a rebufpolicy.sruffell
2008-10-15Zaptel should always notify user mode whenever it has received buffers tosruffell
2008-09-03Before creating a device, register the major number.tzafrir
2008-08-20improve compatibility with 2.6.26 and 2.6.27 kernelskpfleming
2008-08-14backport new transcoder interface and driver from DAHDIkpfleming
2008-08-14more license header updateskpfleming
2008-08-12bring back the transcoder interface... it will be upgraded to the new improve...kpfleming
2008-08-07remove support for the Digium TC400 transcoder card; the interace to this car...kpfleming
2008-08-03Fix build on kernels 2.6.2-2.6.13: class_simple_device_removetzafrir
2008-07-21Fix building zaptel with kernel 2.6.26. Taken from DAHDI-linux rev.tzafrir
2008-06-05Fixes a potential panic in Xorcom Astribanks devices if disconnectedtzafrir
2008-05-16git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4301 5390a7c7-147a-...mattf
2008-05-16git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4300 5390a7c7-147a-...mattf
2008-05-11Merge in kernel level MTP2 branch.mattf
2008-05-02Merge stack cleanup branch into 1.4. Also merge firmware load time fix for w...mattf
2008-04-25Since MF R2 tones are generated continuously, we need to not set the dialing ...qwell
2008-04-25Based on a comment made by moy in #asterisk-dev, and the surrounding code in ...qwell
2008-04-19Fix compiler from complainingmattf
2008-04-19Partial fix for #9379. Fixes potential race condition in open and close rout...mattf
2008-04-18Fixed monitoring of zap pseudo channelsjdixon
2008-04-17when processing ZT_SET_DIALPARAMS, don't return an error for out-of-range ton...kpfleming
2008-04-11Make sure that we disable the echo canceller on the old style echocan() funct...mattf
2008-04-10Correct problem where drivers implementing echocan_with_params was not gettin...dbailey
2008-04-04Allow continuous MFR2 transmission continuouslymarkster
2008-04-03Have to use 'O' since 'F' is reserved (MFR2 fOrward)markster
2008-03-27- Updated wctdm24xxp and wcte12xp driver which are now more tolerant ofsruffell
2008-03-21add MF R2 tone generation, and along the way do a lot of cleanup of the tone ...kpfleming
2008-03-07Fix compilation when using devfsqwell
2008-03-07Also print channel alarms in /proc/zaptel files.tzafrir
2008-03-04don't add an unnecessary delayed battery transition on FXS ports when we know...kpfleming
2008-02-27Set the default tone zone to to the first loaded zone by default.sruffell
2008-02-18Closes issue #11471. Replaced instances of strncpy with zap_copy_string (adde...jpeeler
2008-02-16Make the kerenl parameters of zaptel.ko world-readable.tzafrir
2008-02-04Move kernel stuff to under kernel/ tzafrir