summaryrefslogtreecommitdiffstats
path: root/drivers/mbmmodem/stk.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-12mbmmodem: Use g_at_chat_cloneDenis Kenzior1-1/+2
2010-08-11Add extra debug statements to MBM STK atom driverMarcel Holtmann1-0/+24
2010-07-08mbmmodem: End session on *STKEND.Andrzej Zaborowski1-0/+3
2010-06-18mbmmodem: Allow no response data for envelope.Andrzej Zaborowski1-7/+5
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d
2010-06-16Use PROFILE DOWNLOAD to detect SIM Toolkit support for MBMMarcel Holtmann1-12/+8
2010-05-12mbm: Simplify STKR callback logicDenis Kenzior1-5/+1
2010-05-12mbm: Simplify STKE logicDenis Kenzior1-6/+11
We shouldn't use CALLBACK_WITH_FAILURE unless we can't parse the response from the modem. This most likely indicates an integration error.
2010-05-12mbm: NULL check on a g_free is not necessaryDenis Kenzior1-10/+4
This is a change from previously accepted practice
2010-05-12mbm: Few style issues with indentationDenis Kenzior1-7/+6
2010-05-12mbm: Add STK driver.Andrzej Zaborowski1-0/+254