summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-01-19Add mask for portion of DAHDI_VMWI ioctl call that carries the number of mess...Doug Bailey
2009-01-19Add line reversal MWI to wctdm and wctdm24xxp drivers Doug Bailey
2009-01-19Bump xpp drivers version to trunk-6630.Tzafrir Cohen
2009-01-19xpp: add driftinfo attributes; pcm sync bugfixTzafrir Cohen
2009-01-19xpp: allow a longer path for init_dir.Tzafrir Cohen
2009-01-19No oops. No panic.Tzafrir Cohen
2009-01-18xpp: sysfs attribute arrays should be NULL-Terminated.Tzafrir Cohen
2009-01-18Temporarilly disabling building xpp/ while hunting a show-stopper onTzafrir Cohen
2009-01-18xpp.r6616: More sysfs migration, FXO enhancements, BRI fixesTzafrir Cohen
2009-01-05Even on older kernels, do not redefine WARN_ON_ONCE if it is already defined.Shaun Ruffell
2009-01-05spin_is_lock always evalulates to 0 on SMP kernels. So since I still want toShaun Ruffell
2009-01-05Print more information to the kernel log when the transcoder sends us aShaun Ruffell
2008-12-23Enabling a module parameter that will allow the user to periodically print theShaun Ruffell
2008-12-19Add support for new half full buffer policy. This significantly improves per...Matthew Fredrickson
2008-12-19Fix the safety check in tor2 to be for SPANS_PER_CARDTzafrir Cohen
2008-12-17wcb4xxp: Do not propogate received HDLC frames on channels that are notShaun Ruffell
2008-12-17wcb4xxp: Use %p to print out pointer values.Shaun Ruffell
2008-12-17wcb4xxp: Remove an endless while loop.Shaun Ruffell
2008-12-16wcte12xp: Quiet some warnings about possible use of uninitialized variables.Shaun Ruffell
2008-12-15wcte12xp: do not release a spinlock that we did not acquire.Shaun Ruffell
2008-12-12use a format string for request_module, so the compiler will do the right thingKevin P. Fleming
2008-12-11One more place whe old-but-not-ancient hotplug is used.Tzafrir Cohen
2008-12-11Send all samples to OSLEC, rather than just the first.Tzafrir Cohen
2008-12-11Add a separate case for hotplug of kernels <= 2.6.9 .Tzafrir Cohen
2008-12-11dahdi_dummy: If we're using the system tick, don't use the hrtimer interface.Shaun Ruffell
2008-12-11Fix the xpp OLD_HOTPLUG fix.Tzafrir Cohen
2008-12-11Fix building dahdi_dummy for kernels 2.6.13, 2.6.14:Tzafrir Cohen
2008-12-11Remove an include that is not available before 2.6.15 and is not neededTzafrir Cohen
2008-12-11A bit less maigc with OLD_HOTPLUG_SUPPORTTzafrir Cohen
2008-12-11Fixed a typo that broke building dahdi-base with kernels < 2.6.13Tzafrir Cohen
2008-12-11wctc4xxp: Fix compilation issues on 2.6.15 and below kernels. ThanksShaun Ruffell
2008-12-04Fix an erroneous warning and ensure that the sample size is set correctly whenShaun Ruffell
2008-12-04Do not use an already built channel if the source and destination formats doShaun Ruffell
2008-12-01Fix issue with cut and paste that was preventing compilation.Shaun Ruffell
2008-12-01Service the transmit descriptor ring before the receive descriptor ring soShaun Ruffell
2008-11-27Moving README.Astribank to dahdi-tools .Tzafrir Cohen
2008-11-27Fixes and some owrk in progress on DAHDI Astribank README.Tzafrir Cohen
2008-11-25Validate the timing priority on the wcte11xp and wct1xxp driver.Shaun Ruffell
2008-11-25Validate that the span priority is valid in the tor2 driver.Shaun Ruffell
2008-11-24Additional debugging code.Shaun Ruffell
2008-11-24Add a 'spanfilter' module parameter in order to isolate debugging informationShaun Ruffell
2008-11-24Use counter of pending HDLC frames in order to eliminate the need to send aShaun Ruffell
2008-11-24Do not make assumptions about the number of ready HDLC frames on HDLC RXShaun Ruffell
2008-11-21Fix a think-o in numeric comparison. Swap order to make it more clear.Jason Parker
2008-11-21Convert some uses of sprintf to snprintf in dahdi_proc_read in order toShaun Ruffell
2008-11-20Force the FIFO to reset when the file handle is closed.Shaun Ruffell
2008-11-20Make tor2 load properly. Seems to fix #13487.Tzafrir Cohen
2008-11-20* Some extrra Zap->DAHDI (and Dahdi->DAHDI) fixes in the AstribankTzafrir Cohen
2008-11-19support wcb4xxp build on kernels that don't directly use KbuildKevin P. Fleming
2008-11-17- Fix for race condition of encoder and decoder are allocated at the same timeShaun Ruffell