Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -16/+0 | |
2011-01-12 | atutil: Break out attribute parser into atutil | Denis Kenzior | 1 | -39/+7 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -8/+4 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+5 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -1/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-07 | Fix: Sometimes Option modems don't return info | Denis Kenzior | 1 | -17/+23 | |
When querying CGMI the Option modems sometimes just return OK, with no manufacturer information given. | |||||
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -16/+5 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -2/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+2 | |
2009-09-01 | Add vendor flag capability to devinfo | Denis Kenzior | 1 | -3/+5 | |
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 1 | -1/+0 | |
2009-08-20 | Update the AT modem driver to the new devinfo api | Denis Kenzior | 1 | -0/+224 | |