Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -28/+0 | |
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -7/+7 | |
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 | -14/+7 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -0/+5 | |
2010-06-17 | Fix: potential to crash in atmodem | Denis Kenzior | 1 | -14/+20 | |
Some callbacks in call-meter were assuming that a modem follows 27.007 and actually returns a string. Some modems don't return a string that is properly formatted (e.g. in quotes). The strtol was thus accessing uninitialized memory and crashing ofono. | |||||
2010-06-07 | atmodem: Fix CPUC parser | Denis Kenzior | 1 | -6/+12 | |
Apparently some modems are extra stupid: AT+CPUC?\r \r\n+CPUC: \r\nOK\r\n So if we fail to parse the response, return an error | |||||
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -7/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -1/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -37/+10 | |
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 parameter to call-meter | Denis Kenzior | 1 | -2/+4 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -7/+7 | |
2009-08-14 | Update the at call meter driver for new API | Denis Kenzior | 1 | -68/+85 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -9/+10 | |
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 1 | -0/+387 | |