Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | plugins: remove NULL check | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-29 | zte: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2010-11-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-08 | zte: use AT+CFUN=1;+CFUN=4 in enable | Pekka Pessi | 1 | -1/+2 | |
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state. | |||||
2010-09-24 | Make debug handling with OFONO_AT_DEBUG a bit more consistent | Marcel Holtmann | 1 | -3/+4 | |
2010-09-09 | zte: implement Online property | Pekka Pessi | 1 | -3/+46 | |
2010-08-20 | zte: Add GPRS handling | Marcel Holtmann | 1 | -0/+33 | |
2010-08-19 | zte: Use QUALCOMM_MSM quirk for sim driver | Denis Kenzior | 1 | -1/+2 | |
2010-08-16 | zte: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-08-16 | zte: Add support for sms, cbs, ussd and phonebook atoms | Marcel Holtmann | 1 | -1/+13 | |
2010-08-16 | zte: Add initial support for devinfo, sim and netreg atoms | Marcel Holtmann | 1 | -2/+156 | |
2010-08-16 | Add skeleton for ZTE modem support | Marcel Holtmann | 1 | -0/+88 | |