summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-04-27xpp: hard_hdlc support for the BRI module.Tzafrir Cohen
2009-04-23Revert r6302 - there was no need to upload themTzafrir Cohen
2009-04-23Don't set the Id keyword on firmwares; restore original IDTzafrir Cohen
2009-04-23xpp: FPGA_1161.hex: fix FXO PCM issues (new boards only)Tzafrir Cohen
2009-04-22don't refer to macros from dahdi_config.h until after it has been includedKevin P. Fleming
2009-04-20xpp firmware: stability fixes for firmwares of new AstribanksTzafrir Cohen
2009-04-20xpp: Do use information about number of ports the Astribank providesTzafrir Cohen
2009-04-20xpp: Fix FXS calibration (dec rather than hex)Tzafrir Cohen
2009-04-16xpp fxs/fxo: PCM and DTMF fixesTzafrir Cohen
2009-04-16xpp fxs: Notify the user just one about wrong VMWI configTzafrir Cohen
2009-04-16xpp fxs: Ignore registers of disabled SLICsTzafrir Cohen
2009-04-16xpp bri: explicitly turn off leds on startupTzafrir Cohen
2009-04-10Move astribank_hook from linux to tools. Install it by defaultTzafrir Cohen
2009-04-02Update the sample udev astribank_hook for TwinStarTzafrir Cohen
2009-04-02XPP: support for 116x Astribanks.Tzafrir Cohen
2009-04-02XPP FPGA Firmware updates: firmware rev. 6943.Tzafrir Cohen
2009-04-02Reduce the rate for a potentially annoying messageTzafrir Cohen
2009-04-02ensure that the structure being returned by DAHDI_GET_BUFINFO is completely i...Kevin P. Fleming
2009-03-26Fixes DAHDI-214 crash on driver unload. Affects wcte12xp and wctdm24xxp modules.Wendell Thompson
2009-03-24Eliminate unnecessary checks for NULL before freeing memory.Shaun Ruffell
2009-03-24Do not allocate more memory than is needed when sending packets.Shaun Ruffell
2009-03-24Block runt packets from the transcoder.Shaun Ruffell
2009-03-24Do not define the debug flags if CONFIG_SLUB is not set.Shaun Ruffell
2009-03-24Make sure the requested echo canceller name is NULL-terminated.Tzafrir Cohen
2009-03-23Make some messages debug messages and minor formatting adjustment.Shaun Ruffell
2009-03-23Verify checksum on the RTP IP header before queueing.Shaun Ruffell
2009-03-23Poll the card in a kernel timer when several channels are open.Shaun Ruffell
2009-03-23Optionally show total number of packets dropped when channel is closed.Shaun Ruffell
2009-03-23Do not handle duplicate reponses.Shaun Ruffell
2009-03-23Create our own free list for commands instead of using kmem_cache.Shaun Ruffell
2009-03-23Set TX_COMPLETE atomically with changes to the waiting_for_response_list.Shaun Ruffell
2009-03-23split send_trans_connect into a connect / disconnect pair.Shaun Ruffell
2009-03-23If the driver fails to register, make sure we cleanup the command cache.Shaun Ruffell
2009-03-23Setup the TC400M to poll the own bit on the descriptor ring.Shaun Ruffell
2009-03-23Make sure that messages sitting in the outbound queue cause the timer toShaun Ruffell
2009-03-23Refactor channel command handling.Shaun Ruffell
2009-03-18Fix a typoJason Parker
2009-03-17xpp USB_FW.hex rev 6885: fixes reading label from USBTzafrir Cohen
2009-03-16Move dahdi_config.h to be under include/dahdi/Tzafrir Cohen
2009-03-16Make ecdis.h used by dahdi-base.h aloneTzafrir Cohen
2009-03-13Fix handling of 'w' in a pulse dial stringTzafrir Cohen
2009-03-12A better sample xpp.confTzafrir Cohen
2009-03-12xpp init_card_* scripts now less verboseTzafrir Cohen
2009-03-12Fix handling of DAHDI_GETGAINS_V1 missing from r6124 .Tzafrir Cohen
2009-03-11Allow 10ms for voicebus hardware to settle after reset.Shaun Ruffell
2009-03-11Relax ident wheel requirements.Shaun Ruffell
2009-03-11Fix direction bits on several ioctls.Shaun Ruffell
2009-03-11Adding spaces around some other operators and moving 'inline' keyword.Shaun Ruffell
2009-03-11No need to assign 0 to static variables.Shaun Ruffell
2009-03-11Removing assignement in condition.Shaun Ruffell