summaryrefslogtreecommitdiff
path: root/wctc4xxp
AgeCommit message (Collapse)Author
2008-02-04Move kernel stuff to under kernel/ tzafrir
(merged branch /zaptel/team/tzafrir/move ) Closes issue #7117. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3793 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-27* Include Kbuild from $(src).tzafrir
* This is up to 2.6.9, not 2.6.8. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3748 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-21Fix my regression from r3706: Make sure HOTPLUG_FIRMWARE has effect ontzafrir
the CFLAGS of kernel modules. Closes issue #11806 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3721 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-19Some more separation of kernel build Makefile from original one. This istzafrir
a small change functionality-wise but makes it much simpler to move things around. It also fixes the major issue of issue #11141, with only xpp issue left for proper kernel 2.6.24 support. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3706 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-11Rename Makefile.kernel26 to Kbuild (in subdirectories alone):tzafrir
* kernel 2.6 build system >= 2.6.9 will use this directly. * Kernels 2.6.0-2.6.8 will still use the legacy name 'Makefile'. * Also fix a typo in 1.4/wcte12xp/Makefile (already fixed in 1.2). * 1.4/wctc4xxp/Makefile should not include userspace targets in the Kbuild file - those have a different syntax. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3417 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-10Merged revisions 3389 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3389 | kpfleming | 2007-12-10 11:24:59 -0600 (Mon, 10 Dec 2007) | 2 lines remove explicit references to 5.3kb/s mode in wctc4xxp driver, as the driver can now accept both 5.3kb/s and 6.3kb/s (but will still only generate 6.3kb/s) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3390 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-10fix firmware object names for non-hotplug firmware for wctc4xxp, wcte12xp ↵kpfleming
and wctdm24xxp add VPM reporting in 'devicetype' to wcte12xp fix VPM reporting in 'devicetype' for wctdm24xxp so it actually works git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3388 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-08Merged revisions 3365 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3365 | kpfleming | 2007-12-08 11:04:11 -0600 (Sat, 08 Dec 2007) | 5 lines clean up firmware handling across wct4xxp, wctc4xxp, wctdm24xxp and wcte12xp drivers to use consistent methods add non-hotplug firmware loading support to wctdm24xxp and wcte12xp add license and copyright headers to various files that did not have them clean up header inclusion in some files ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3366 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-07Merged revisions 3346 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3346 | kpfleming | 2007-12-07 16:12:46 -0600 (Fri, 07 Dec 2007) | 2 lines revert a change that caused some problems and wasn't necessary ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3347 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-06Merged revisions 3327 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3327 | kpfleming | 2007-12-06 13:42:13 -0600 (Thu, 06 Dec 2007) | 2 lines make the TC400B driver tolerant of incoming G.723.1 frames in all possible formats (6.3kb/s, 5.3kb/s and SID) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3328 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-11-21Merged revisions 3241 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3241 | mattf | 2007-11-21 16:45:32 -0600 (Wed, 21 Nov 2007) | 1 line Transcoder driver updates. Fixes G.723 no audio issues with latest drivers ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3242 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-11-03Major update for tc4xxp driver. Fixes many outstanding issues related to ↵mattf
channel lockups, etc. It also raises the maximum channel count for g.729 to 120 channels. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3211 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-19Merged revisions 2756 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2756 | kpfleming | 2007-07-18 21:05:03 -0500 (Wed, 18 Jul 2007) | 2 lines update to 2.6.22 request_irq() flags ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2757 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-19Merged revisions 2754 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2754 | kpfleming | 2007-07-18 20:21:25 -0500 (Wed, 18 Jul 2007) | 2 lines convert a few drivers over to current PCI module registration function ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2755 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-02Nobody ever updated the wctc4xxp stuff to use the in-tree firmware ↵file
management stuff... 'tsk 'tsk. (issue #10093 reported by snuffy) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2671 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-06-12Merged revisions 2644 via svnmerge from jsloan
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2644 | jsloan | 2007-06-12 09:07:18 -0500 (Tue, 12 Jun 2007) | 1 line Corrected test code ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2645 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-06-12Merged revisions 2642 via svnmerge from jsloan
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2642 | jsloan | 2007-06-12 08:34:42 -0500 (Tue, 12 Jun 2007) | 1 line Added new PCI device ID ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2643 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-06-11Merged revisions 2621 via svnmerge from jsloan
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2621 | jsloan | 2007-06-11 10:47:37 -0500 (Mon, 11 Jun 2007) | 1 line Fixed SMP bugs on quad processor machines. Reduced memory usage ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2622 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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