summaryrefslogtreecommitdiff
path: root/zttranscode.c
AgeCommit message (Collapse)Author
2007-02-23partial update to support all the stuff that went into Zaptel 1.2 ↵kpfleming
recently... this definitely still broken for 2.4 kernels, and maybe for 2.6 as well :-) includes: Makefile split and reorganize TE120P driver TC400B driver HPEC support (not yet complete) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2215 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2103 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2103 | kpfleming | 2007-02-07 13:52:29 -0600 (Wed, 07 Feb 2007) | 2 lines include headers we need... new kernel releases won't do it for us ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2105 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-22fix for kernel weirdness when transcode devices are closedkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1342 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-04add support for broader range of kernels.mogorman
patch provided by bug 7579 thanks corydon git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1258 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-13mark memory pages used by transcoder as reservedkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1221 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-12and now... use the old mmap API properly (oops)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1220 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-12use mmap API that is present in kernels < 2.6.10 when neededkpfleming
fix address assignment for mmap in more recent kernels git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1219 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-05yet another header file installation location change... Zaptel headers are ↵kpfleming
now installed into /usr/include/zaptel, not /usr/include git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1200 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-24install zaptel.h and tonezone.h into /usr/include, not /usr/include/linux, ↵kpfleming
sinc e they are used much more by userspace apps than by kernel modules remove any old copies of those headers remove README.udev, since it no longer applies git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1172 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-23add infrastructure for zaptel transcoderskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1162 5390a7c7-147a-4af0-8ec9-7488f05a26cb