Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-14 | sim-poll: Remove unused code | Denis Kenzior | 1 | -257/+0 | |
2011-03-30 | atmodem: remove redundant code | Mika Liljeberg | 1 | -12/+1 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -1/+1 | |
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-30 | sim: Turn around the order of arguments | Denis Kenzior | 1 | -2/+2 | |
The void *user argument was first. It should be last instead to be consistent with the other watch functions. | |||||
2010-07-13 | atmodem: Make fetch command function as external | Yang Gu | 1 | -53/+2 | |
2010-04-15 | Rename ofono_atmodem_poll_enable | Denis Kenzior | 1 | -1/+1 | |
This is not official oFono API | |||||
2010-04-15 | Implement STATUS polling in atmodem driver. | Andrzej Zaborowski | 1 | -0/+319 | |