summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/sim-poll.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14sim-poll: Remove unused codeDenis Kenzior1-257/+0
2011-03-30atmodem: remove redundant codeMika Liljeberg1-12/+1
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-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-30sim: Turn around the order of argumentsDenis Kenzior1-2/+2
The void *user argument was first. It should be last instead to be consistent with the other watch functions.
2010-07-13atmodem: Make fetch command function as externalYang Gu1-53/+2
2010-04-15Rename ofono_atmodem_poll_enableDenis Kenzior1-1/+1
This is not official oFono API
2010-04-15Implement STATUS polling in atmodem driver.Andrzej Zaborowski1-0/+319