summaryrefslogtreecommitdiffstats
path: root/plugins/zte.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-29plugins: remove NULL checkJeevaka Badrappan1-1/+1
2011-01-29zte: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-6/+6
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-08zte: use AT+CFUN=1;+CFUN=4 in enablePekka Pessi1-1/+2
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state.
2010-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-3/+4
2010-09-09zte: implement Online propertyPekka Pessi1-3/+46
2010-08-20zte: Add GPRS handlingMarcel Holtmann1-0/+33
2010-08-19zte: Use QUALCOMM_MSM quirk for sim driverDenis Kenzior1-1/+2
2010-08-16zte: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
2010-08-16zte: Add support for sms, cbs, ussd and phonebook atomsMarcel Holtmann1-1/+13
2010-08-16zte: Add initial support for devinfo, sim and netreg atomsMarcel Holtmann1-2/+156
2010-08-16Add skeleton for ZTE modem supportMarcel Holtmann1-0/+88