Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -2/+2 | |
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-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -7/+3 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+2 | |
2010-07-30 | phonesim: Introduce End Session notification | Denis Kenzior | 1 | -2/+14 | |
2010-07-13 | atmodem: phonesim proactive command notification | Yang Gu | 1 | -0/+24 | |
2010-07-13 | atmodem: Make fetch command function as external | Yang Gu | 1 | -0/+51 | |
2010-07-08 | atmodem: Make sim operations return sim error codes. | Andrzej Zaborowski | 1 | -8/+12 | |
2010-04-15 | Fix: should be unsigned char not guint8 | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+6 | |
2010-04-15 | Add AT driver for STK atom. | Andrzej Zaborowski | 1 | -0/+258 | |