summaryrefslogtreecommitdiff
path: root/wctdm.c
AgeCommit message (Expand)Author
2005-10-29Add missing io include (bug #5537)markster
2005-10-21silence compiler warningrussell
2005-10-04use pci_register_driver() on recent kernels (issue #5375, compatibility fix o...kpfleming
2005-09-26Fix issue with CPU spikingmarkster
2005-09-25try #3kpfleming
2005-09-25uhhhh... make that last one actually work the way it was intended tokpfleming
2005-09-25don't generate message needlesslykpfleming
2005-08-04Allow polarity on TDM card FXS interface to be reversed...markster
2005-07-27make memory layout of private structures a little more sensiblekpfleming
2005-07-25Fix wrapping issuemarkster
2005-07-20fix breakage from last commit (wasn't checking properly for MOD_TYPE_FXS)kpfleming
2005-07-20Only set idlemode on current channel....markster
2005-07-20Only reset fxs mode when we're an fxs...markster
2005-06-29PCI ID updatemattf
2005-06-22Little addition to TDM driver, fix messup commit on quadspanmattf
2005-06-22New Zealand fixesmattf
2005-06-09add subvendor ID for rev I TDM400Pkpfleming
2005-06-08use proper values for debounce periods (in 4ms increments, not 1ms increments)kpfleming
2005-05-11Add support for polarity reversalmarkster
2005-04-29Fix TDM card with big endian architectures (Mac, ARM)markster
2005-03-21Add use counts to currently shipping stuff (bug #3773):markster
2005-02-27Fix ringer not to catch pulse dial pulses (bug #3676)markster
2005-02-14Remove remaining debug codemarkster
2005-02-14Remove old debug codemarkster
2005-02-11Add support for 3215markster
2005-02-03Take useless debug message from the IOCTLmattf
2005-01-17Working out a few bugs. Should be usable now.mattf
2005-01-15Correct order of includesmarkster
2005-01-15Fix build for 2.4 kernel (bug #3343)markster
2005-01-14Fix compile on older 2.6 kernels (bug #3334)markster
2005-01-13Fix for 2.6 module parm (bug #3321)markster
2005-01-08More TDM card echo API modifications. Making the fxotune program automaticallymattf
2004-12-30Better name for the ioctl, not to confuse programmers w/ country codes, etcmattf
2004-12-30Adding FXO module support for onboard echo cancellationmattf
2004-12-22Notify message for ALAW parammattf
2004-12-22forgot to add MODULE_PARM declaratoinmattf
2004-12-22Added ability to switch the native codec of the TDM card to ALAWmattf
2004-12-04Add ztd-loc, restruct wctdm for GCC 3.4 (bug #2021)markster
2004-11-23Make threshold and debounce for battery configurablemarkster
2004-11-09Add revh fix for those who just want a software workaroundmarkster
2004-11-06Makefile fixes from bug #2798 and rename wcfxs to wctdmmarkster
2004-10-14Another ID...markster
2004-10-14One more PCI ID...markster
2004-10-14Add another missing subvendor idmarkster
2004-10-12Support alternate PCI ID'smarkster
2004-09-15When using fxshonormode=1 and opermode=TBR21 set ring to 25 Hz (bug #724)markster
2004-09-09Fix GCC 2.96 build (bug #2402)markster
2004-09-08Make loop current settable (bug #1200)markster
2004-08-05Restore inadvertantly removed line of code (bug #2218)markster
2004-08-03Merge polarity reversal detection (bug #9)markster