summaryrefslogtreecommitdiffstats
path: root/plugins/wavecom.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-4/+4
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-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-2/+4
2010-04-20wavecom: Trivial comment updateDenis Kenzior1-2/+4
2010-04-20wavecom: Braces are not necessaryDenis Kenzior1-2/+1
2010-04-20Added Wavecom modem plugin.Matthias Günther1-0/+186
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to be the final response. This requires some quirking in the sim driver. Refer to commit 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61 for details.