summaryrefslogtreecommitdiffstats
path: root/plugins/nokia.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-5/+5
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-11-07Fixes segfault when removing Nokia Datacard.Hannu Lyytinen1-1/+2
2010-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-3/+4
2010-08-20nokia: Add GPRS handlingMarcel Holtmann1-0/+34
2010-08-20nokia: Add initial plugin for Nokia Datacard supportMarcel Holtmann1-0/+253