summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem/stk.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-07-15ifxmodem: add support for user_confirmation in stkJeevaka Badrappan1-0/+11
2011-01-29ifxmodem: remove NULL checkJeevaka Badrappan1-2/+2
2011-01-14ifxmodem: change AT command for enabling SATKJeevaka Badrappan1-6/+5
2011-01-12ifxmodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-3/+3
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-10-27ifxmodem: Notify core about handled commandsDenis Kenzior1-5/+5
2010-10-20ifxmodem: Signal STK session end only after normal ending of commandMarcel Holtmann1-1/+2
The Infineon modem returns more detailed information of the SIM Toolkit proactive sessions to the modem driver. A proactive session starts with the status response '91 xx' (proactive command pending) and ends with a status response response of '90 00' (normal ending of command) after Terminal Response. So only when receiving '90 00' result, the indication that the session has ended should be given to the core.
2010-10-19ifxmodem: Fix missing result iter init call for SIM ToolkitMarcel Holtmann1-0/+2
2010-10-19ifxmodem: Enable SIM Toolkit with AT+CFUN=6Marcel Holtmann1-9/+6
The current Infineon firmware overloads the AT+CFUN command with enabling SIM Toolkit and fetching of proactive commands. It seems to be safe to send this command in offline mode (AT+CFUN=4) and also in online mode (AT+CFUN=1). These are the two cases where SIM Toolkit atom would be initialized.
2010-09-26ifxmodem: Make SIM Toolkit envelope submission workMarcel Holtmann1-13/+8
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 Holtmann1-0/+321