summaryrefslogtreecommitdiff
path: root/plugins/wavecom.c
Commit message (Collapse)AuthorAgeFilesLines
* wavecom: Use at_util_open_deviceDenis Kenzior2019-05-311-40/+8
|
* wavecom: Add peculiar CPIN as terminator behaviorHolger Hans Peter Freyther2012-11-011-0/+2
|
* wavecom: add support for Wavecom Q2403/Q2686 modemsPablo Neira Ayuso2012-05-311-2/+19
|
* plugins: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* ssn: remove SSN atom completelyAndras Domokos2011-03-111-2/+0
|
* plugins: explicitly compare pointers to NULLLucas De Marchi2010-11-291-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>
* Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann2010-09-241-2/+4
|
* wavecom: Trivial comment updateDenis Kenzior2010-04-201-2/+4
|
* wavecom: Braces are not necessaryDenis Kenzior2010-04-201-2/+1
|
* Added Wavecom modem plugin.Matthias Günther2010-04-201-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.