summaryrefslogtreecommitdiffstats
path: root/plugins/wavecom.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-01wavecom: Add peculiar CPIN as terminator behaviorHolger Hans Peter Freyther1-0/+2
2012-05-31wavecom: add support for Wavecom Q2403/Q2686 modemsPablo Neira Ayuso1-2/+19
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-03-11ssn: remove SSN atom completelyAndras Domokos1-2/+0
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.