Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-27 | huaweimodem: Register for voice call specific notifications | Marcel Holtmann | 1 | -0/+85 | |
2010-09-26 | huaweimodem: Add skeleton for simple voice call driver | Marcel Holtmann | 3 | -0/+209 | |
2010-09-26 | ifxmodem: Make SIM Toolkit envelope submission work | Marcel Holtmann | 1 | -13/+8 | |
2010-09-26 | calypsomodem: Make SIM Toolkit envelope submission work again | Marcel Holtmann | 1 | -9/+4 | |
2010-09-26 | mbmmodem: Add comment about optional response data back | Marcel Holtmann | 1 | -0/+1 | |
2010-09-26 | ifx: Fix double free issue | Denis Kenzior | 1 | -1/+1 | |
2010-09-26 | mbm: Make stk envelope submission work again | Denis Kenzior | 1 | -10/+4 | |
2010-09-25 | atmodem: Add special handling for Infineon SIM ready state | Marcel Holtmann | 1 | -16/+61 | |
2010-09-25 | ifxmodem: Fix name of voice call driver | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | atmodem: Add support for Infineon CNMA without PDU | Marcel Holtmann | 1 | -1/+2 | |
Seems like the Infineon modem can't handle a provided PDU to the CNMA command. So just leave it out. | |||||
2010-09-24 | atmodem: Add special handling of Infineon signal strength reporting | Marcel Holtmann | 1 | -0/+30 | |
The custom signal strength reporting could be done inside the modem plugin actually, but Calypso, Huawei etc. add quirks to the generic network registration driver. So for now do it the same way until this gets cleaned up for all modem plugins. | |||||
2010-09-24 | ifx: Take out the vendor field in voicecall driver | Denis Kenzior | 1 | -2/+0 | |
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 | atmodem: Update comment | Denis Kenzior | 1 | -1/+1 | |
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-23 | calypso: Provide hangup_all and hangup_active | Denis Kenzior | 1 | -2/+9 | |
On Calypso, ATH hangs up all calls except waiting calls and CHUP hangs up only active calls, but not held or waiting. | |||||
2010-09-24 | atmodem: Add vendor quirk for Infineon modems | Marcel Holtmann | 1 | -0/+1 | |
2010-09-24 | ifxmodem: Fix whitespace corruption | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | calypsomodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -30/+50 | |
2010-09-24 | ifxmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -5/+6 | |
2010-09-24 | mbmmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -3/+7 | |
2010-09-24 | mbmmodem: Fix small typo | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | mbmmodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -21/+19 | |
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-20 | atmodem: Allow setting PPP debug via environment variable | Marcel Holtmann | 1 | -0/+8 | |
2010-09-18 | ifxmodem: Add skeleton for Infineon driver plugin | Marcel Holtmann | 2 | -0/+68 | |
2010-09-16 | isimodem/ussd: Fix 64-bit compilation issue | Denis Kenzior | 1 | -1/+1 | |
2010-09-16 | isimodem/ussd: fix mobile-terminated cases | Pekka Pessi | 1 | -54/+76 | |
ACK notifys. Handle mobile-terminated requests gracefully. | |||||
2010-09-16 | isimodem/debug: debug USSD type | Pekka Pessi | 2 | -0/+14 | |
2010-09-16 | isimodem/ussd: clean const casts | Pekka Pessi | 1 | -3/+3 | |
2010-09-15 | ussd: Tweak buffer size | Denis Kenzior | 1 | -2/+2 | |
2010-09-14 | ussd: Rework ussd_request | Denis Kenzior | 1 | -8/+9 | |
- Only allocate variables which are needed - Make sure buffers are big enough - converted is a simple string, no need to use fancy printf magic | |||||
2010-09-14 | ussd: Simplify ussd notification parser logic | Denis Kenzior | 1 | -27/+57 | |
2010-09-14 | ussd: Driver API changes | Jeevaka Badrappan | 2 | -80/+77 | |
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command. | |||||
2010-09-14 | ussd: Read current CSCS charset | Jeevaka Badrappan | 1 | -0/+16 | |
2010-09-14 | Fix common misspellings in drivers | Lucas De Marchi | 6 | -6/+6 | |
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring | |||||
2010-09-10 | atutil: Add parsing of CSCS queries | Jeevaka Badrappan | 2 | -0/+108 | |
2010-09-10 | isimodem: implement Suspended property | Mika Liljeberg | 4 | -1/+99 | |