summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-08-25Support MODULES_EXTRA and SUBDIRS_EXTRA to add extra modules from theTzafrir Cohen
2008-08-25Remove this warning, which could occur if the driver is loaded on a systemShaun Ruffell
2008-08-24Add support for 56 KB HDLC as well as selectable rate via ioctlMatthew Fredrickson
2008-08-20use the new separate allocation method for channel structures here tooKevin P. Fleming
2008-08-20update code to match version in ZaptelKevin P. Fleming
2008-08-20improve compatibility with 2.6.26 and 2.6.27 kernelsKevin P. Fleming
2008-08-20Change to support both 5.3kbps and 6.3kbps bit rates when using the G723.1Shaun Ruffell
2008-08-19port over improvements to firmware Makefile from ZaptelKevin P. Fleming
2008-08-19Fixed calculation of the timestamp.Shaun Ruffell
2008-08-19Couple of fixes for the transcoder:Shaun Ruffell
2008-08-14Set xpp version to 6056 and reset XPP changelog.Tzafrir Cohen
2008-08-14Also install Astribank firmwares and init scripts to /usr/share/dahdi .Tzafrir Cohen
2008-08-14xpp: FXO: display signed voltage values (from xpp r6055)Tzafrir Cohen
2008-08-14remove devfs support, and use consistent include file pathKevin P. Fleming
2008-08-13import the neon mwi detectionDoug Bailey
2008-08-11xpp: CAS/E1 support in the PRI module, and minor fixes.Tzafrir Cohen
2008-08-11xpp: fxo: Fix support for CID_STYLE_PASS_ALWAYSTzafrir Cohen
2008-08-11A more robust test for bri_dchan support.Tzafrir Cohen
2008-08-11xpp_blink is a bit mask of ports, and not boolean anymore.Tzafrir Cohen
2008-08-07Make sure types are same size on 64-bit machines.Shaun Ruffell
2008-08-06last round of license header updates hereKevin P. Fleming
2008-08-06fix a compiler warning by using the proper format string for a size_t variableKevin P. Fleming
2008-08-06A significant change to the DAHDI transcoder interface and the wctc4xxpShaun Ruffell
2008-08-06more license header updatesKevin P. Fleming
2008-08-05first pass at licensing cleanup here... put dahdi/user.h under LGPL instead o...Kevin P. Fleming
2008-08-05Fix a small regression from r4667: Please don't NULL a good pointer.Tzafrir Cohen
2008-08-05In the function start_digit(), the same logic was replicated 3 times; one timeRussell Bryant
2008-08-04 - Tweak some formatting to match coding guidelinesRussell Bryant
2008-08-04Firmware update: 5959 (FTMF and BRI ID)Tzafrir Cohen
2008-08-04Fix small regression from r4690: do use channo for printing channelTzafrir Cohen
2008-08-04Tweak spacing and reduce indentationRussell Bryant
2008-08-03Re-work a for loop in proc_read. This loop traversed the array of all DAHDIRussell Bryant
2008-08-03Do use printk-s without a priority when continuing previous printk.Tzafrir Cohen
2008-08-03Strip trailing whitespaceRussell Bryant
2008-08-03Change all instances of printk in DAHDI to include a priorityRussell Bryant
2008-08-03reduce indentation and tweak formatting of a for loop in proc_readRussell Bryant
2008-08-03Get rid of dahdi_rxsig_t typedefRussell Bryant
2008-08-03Get rid of another typedef, sf_detect_state_t, and fix referencesRussell Bryant
2008-08-03Fix a couple last references to dahdi_txsig_t.Russell Bryant
2008-08-03Rework the table of signalling bits for signalling types and hook statesRussell Bryant
2008-08-03 - Formatting changes to better conform to guidelinesRussell Bryant
2008-08-02Convert dahdi timers to a kernel list instead of an open coded listRussell Bryant
2008-08-02Rework free_tone_zone a bit to avoid a potential memory leak in a weird scena...Russell Bryant
2008-08-02 - use C99 instead of GNU initializersRussell Bryant
2008-08-02Use C99 instead of GNU style initializersRussell Bryant
2008-08-02 - simplify some code using ARRAY_SIZERussell Bryant
2008-08-02Update copyright, and fix a typo in some HDLC code that I wasn't buildingRussell Bryant
2008-08-02 - Define kzalloc() for kernel versions that don't have itRussell Bryant
2008-08-02kzalloc was introduced in later versions of 2.6, so use kcalloc insteadRussell Bryant
2008-08-02- align case with switchRussell Bryant