summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2008-08-02Space out the definition of an enum, and remove an unused typedefRussell Bryant
2008-08-01use correct logic to handle a slave channel being removed from a master chann...Kevin P. Fleming
2008-07-31would help if we didn't copy a NULL pointer and then try to dereference it...Kevin P. Fleming
2008-07-29make an initial split of dahdi/kernel.h into userspace- and kernelspace-speci...Kevin P. Fleming
2008-07-09Undoing accidental commit to the trunk of dahdi/linux.Shaun Ruffell
2008-07-09Saving off some work in progress on half-full buffering. Still needs a methodShaun Ruffell
2008-07-09Revert optimization done in rev 4436 which broke the MTP2 signalling type.Matthew Fredrickson
2008-07-02Linux kernel 2.6.26 is going to change the sysfs registration/destruction met...Kevin P. Fleming
2008-07-02break up large memory allocations made by digital span drivers into smaller o...Kevin P. Fleming
2008-06-29Fix crash in dahdi-base on channel close. From Zaptel r4348.Tzafrir Cohen
2008-06-25String fixes: dahdi.conf -> /etc/dahdi/system.conf .Tzafrir Cohen
2008-06-22fixing damage caused by r4445... the unregister_chrdev() call was *not* remov...Kevin P. Fleming
2008-06-22Slightly better error hadling: if we failed to register a major deviceTzafrir Cohen
2008-06-22Add the class_unregioster that was dropped in r4435 to allow unloadingTzafrir Cohen
2008-06-20merge modular_ec branch, which adds modular echocan support and lots of minor...Kevin P. Fleming
2008-06-17commit a bunch of stuff, primarily basic support for allowing drivers/dahdi a...Kevin P. Fleming
2008-05-22fix device names, udev rules, sysfs class name, proc directory nameKevin P. Fleming
2008-05-22remove compatibility mode ioctls, since they are not needed hereKevin P. Fleming
2008-05-22and with another fell swoop... 2.4 kernel support is gone tooKevin P. Fleming
2008-05-22and with one fell swoop... devfs support disappearsKevin P. Fleming
2008-05-22fix up all remaining references to zaptel/zapata (except for the ones in cred...Kevin P. Fleming
2008-05-21replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDIKevin P. Fleming
2008-05-21replace zap_ with dahdi_, ZAP_ with DAHDI_Kevin P. Fleming
2008-05-21replace ZT_ with DAHDI_, zt_ with dahdi_Kevin P. Fleming
2008-05-21rename modules from zt prefixes to dahdi prefixesKevin P. Fleming