Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-24 | ifx: Assume CLIP always arrives | Denis Kenzior | 1 | -112/+1 | |
If the CLIP always arrives after a CRING, then we do not ever need to poll CLCC. | |||||
2010-09-24 | ifx: Don't bother polling on an ATD | Denis Kenzior | 1 | -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-24 | ifxmodem: Reorder voicecall driver before all other | Marcel Holtmann | 2 | -4/+4 | |
2010-09-24 | ifx: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-24 | ifx: xcallstat should notify active->held | Denis Kenzior | 1 | -12/+0 | |
2010-09-23 | ifx: Remove a few CLCC polls | Denis Kenzior | 1 | -13/+1 | |
Polling here is no longer needed due to XCALLSTAT | |||||
2010-09-23 | ifx: Don't bother using RING | Denis Kenzior | 1 | -29/+0 | |
We enable CRC=1, so only CRING should be sent | |||||
2010-09-23 | ifx: IFX provides hangup_all and hangup_active | Denis Kenzior | 1 | -4/+12 | |
2010-09-23 | ifx: IFX provides swap_without_accept using CHLD=6 | Denis Kenzior | 1 | -1/+7 | |
2010-09-23 | ifx: No need to register to standard notifications | Denis Kenzior | 1 | -58/+0 | |
XCALLSTAT tells us when a call has been disconnected | |||||
2010-09-23 | ifx: Use none_prefix on other init commands | Denis Kenzior | 1 | -4/+4 | |
2010-09-23 | ifx: Add IFX proprietory XCALLSTAT indicator | Denis Kenzior | 1 | -0/+75 | |
2010-09-23 | ifx: Copy voicecall driver from atmodem | Denis Kenzior | 3 | -0/+903 | |
IFX is a fairly bone stock AT based modem so the atmodem driver is a good start. | |||||
2010-09-24 | ifxmodem: Fix whitespace corruption | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | ifxmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -5/+6 | |
2010-09-24 | ifxmodem: Add support for SIM Toolkit (raw mode) | Marcel Holtmann | 3 | -0/+326 | |
2010-09-23 | ifxmodem: Add support for radio settings | Marcel Holtmann | 3 | -0/+221 | |
2010-09-18 | ifxmodem: Add skeleton for Infineon driver plugin | Marcel Holtmann | 2 | -0/+68 | |