summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem
AgeCommit message (Collapse)AuthorFilesLines
2010-09-24ifx: Assume CLIP always arrivesDenis Kenzior1-112/+1
If the CLIP always arrives after a CRING, then we do not ever need to poll CLCC.
2010-09-24ifx: Don't bother polling on an ATDDenis Kenzior1-14/+9
The core can handle stateless drivers that do not keep clip state, in the case of IFX we can skip the poll after ATD for finding out our CLIP and just keep it as invalid / obtained from COLP. The core should do the right thing.
2010-09-24ifxmodem: Reorder voicecall driver before all otherMarcel Holtmann2-4/+4
2010-09-24ifx: Update commentDenis Kenzior1-1/+1
2010-09-24ifx: xcallstat should notify active->heldDenis Kenzior1-12/+0
2010-09-23ifx: Remove a few CLCC pollsDenis Kenzior1-13/+1
Polling here is no longer needed due to XCALLSTAT
2010-09-23ifx: Don't bother using RINGDenis Kenzior1-29/+0
We enable CRC=1, so only CRING should be sent
2010-09-23ifx: IFX provides hangup_all and hangup_activeDenis Kenzior1-4/+12
2010-09-23ifx: IFX provides swap_without_accept using CHLD=6Denis Kenzior1-1/+7
2010-09-23ifx: No need to register to standard notificationsDenis Kenzior1-58/+0
XCALLSTAT tells us when a call has been disconnected
2010-09-23ifx: Use none_prefix on other init commandsDenis Kenzior1-4/+4
2010-09-23ifx: Add IFX proprietory XCALLSTAT indicatorDenis Kenzior1-0/+75
2010-09-23ifx: Copy voicecall driver from atmodemDenis Kenzior3-0/+903
IFX is a fairly bone stock AT based modem so the atmodem driver is a good start.
2010-09-24ifxmodem: Fix whitespace corruptionMarcel Holtmann1-1/+1
2010-09-24ifxmodem: Add debug for envelope response dataMarcel Holtmann1-5/+6
2010-09-24ifxmodem: Add support for SIM Toolkit (raw mode)Marcel Holtmann3-0/+326
2010-09-23ifxmodem: Add support for radio settingsMarcel Holtmann3-0/+221
2010-09-18ifxmodem: Add skeleton for Infineon driver pluginMarcel Holtmann2-0/+68