Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-01-29 | mbmmodem: remove NULL check | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-12 | mbmmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-27 | mbmmodem: Notify core about handled commands | Denis Kenzior | 1 | -4/+18 | |
2010-09-26 | mbmmodem: Add comment about optional response data back | Marcel Holtmann | 1 | -0/+1 | |
2010-09-26 | mbm: Make stk envelope submission work again | Denis Kenzior | 1 | -10/+4 | |
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-08-12 | mbmmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+2 | |
2010-08-11 | Add extra debug statements to MBM STK atom driver | Marcel Holtmann | 1 | -0/+24 | |
2010-07-08 | mbmmodem: End session on *STKEND. | Andrzej Zaborowski | 1 | -0/+3 | |
2010-06-18 | mbmmodem: Allow no response data for envelope. | Andrzej Zaborowski | 1 | -7/+5 | |
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d | |||||
2010-06-16 | Use PROFILE DOWNLOAD to detect SIM Toolkit support for MBM | Marcel Holtmann | 1 | -12/+8 | |
2010-05-12 | mbm: Simplify STKR callback logic | Denis Kenzior | 1 | -5/+1 | |
2010-05-12 | mbm: Simplify STKE logic | Denis Kenzior | 1 | -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-12 | mbm: NULL check on a g_free is not necessary | Denis Kenzior | 1 | -10/+4 | |
This is a change from previously accepted practice | |||||
2010-05-12 | mbm: Few style issues with indentation | Denis Kenzior | 1 | -7/+6 | |
2010-05-12 | mbm: Add STK driver. | Andrzej Zaborowski | 1 | -0/+254 | |