summaryrefslogtreecommitdiffstats
path: root/plugins/zte.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18zte: Update to new sim_state_query APIGuillaume Zajac1-1/+2
2012-03-26zte: Add support for radio settingsBertrand Aygon1-0/+3
2012-01-11zte: Setup CSCS on both portsDenis Kenzior1-0/+10
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-10-06zte: Use own vendor quirk for SMS atom driverMarcel Holtmann1-2/+1
2011-08-09zte: Fix minor whitespace mistakesMarcel Holtmann1-4/+4
2011-08-05zte: Set vendor quirk also for GPRS context atomMarcel Holtmann1-1/+4
2011-08-05zte: Use AT+ZOPRT for online/offline mode changesMarcel Holtmann1-12/+46
The ZTE modems work a lot more reliable when using AT+ZOPRT for switching between online and offline mode. In addition transition to offline mode also for enabling modem and switch device into offline first before switching it off.
2011-08-05zte: Set options for TTY port configurationMarcel Holtmann1-1/+18
Seems like the ZTE modems are a bit more picky than others, so set proper default options here. At least of the ZTE modems work a lot more reliable this way.
2011-08-04zte: Switch to offline mode first before disabling modemMarcel Holtmann1-1/+2
2011-08-04zte: Blacklist the NO CARRIER terminator for control channelMarcel Holtmann1-0/+3
The ZTE cards will send NO CARRIER to all channels. This confuses setting device into offline mode while still having a data connection.
2011-08-04zte: Request PCB information when modem gets enabledMarcel Holtmann1-0/+3
2011-08-03zte: Set ZTE vendor quirk for SIM atomMarcel Holtmann1-2/+1
2011-08-03zte: Use vendor quirk for GPRS atomMarcel Holtmann1-1/+1
2011-08-03zte: Fix race condition with SIM state polling and removalMarcel Holtmann1-0/+3
2011-07-29zte: delay the sending of &C0 after SIM is ready.Bertrand Aygon1-4/+4
2011-07-29zte: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-27zte: Use at_util's cpin polling implementation.Bertrand Aygon1-2/+18
2011-07-27zte: Delay sending of AT&C0 to disable data carrier detectMarcel Holtmann1-3/+10
The &C0 can not be send as part of the initial modem init string since then it return with an error. Also sending it right after seems to end up in a race condition with the modem init. So send AT&C0 on both channel after AT+CFUN completed.
2011-07-26zte: Use AT&C0 to disable data carrier detectMarcel Holtmann1-61/+29
When the DCD is disabled the modem does not hangup anymore after the data connection. So all workarounds due to TTY hangup can be removed.
2011-07-07zte: Create gprs & gc in post_simBertrand Aygon1-6/+7
2011-07-07zte: Use decode_at_error insteadBertrand Aygon1-4/+3
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