summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem/stk.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-01-29calypsomodem: remove NULL checkJeevaka Badrappan1-2/+2
2011-01-12calypsomodem: 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-27calypsomodem: Notify core about handled commandsDenis Kenzior1-5/+18
2010-09-26calypsomodem: Make SIM Toolkit envelope submission work againMarcel Holtmann1-9/+4
2010-09-24calypsomodem: Cleanup of SIM Toolkit supportMarcel Holtmann1-30/+50
2010-08-12calypso: Use g_at_chat_cloneDenis Kenzior1-1/+2
2010-08-06calypso: Couple of minor style issuesDenis Kenzior1-6/+11
2010-08-06calypso: Add a Calypso STK driverAndrzej Zaborowski1-0/+277