Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -36/+0 | |
2011-01-18 | atmodem: add cdip to call-settings | Lucas De Marchi | 1 | -0/+26 | |
2011-01-13 | atmodem: fix +COLR parsing | Rémi Denis-Courmont | 1 | -1/+28 | |
AT+COLR does not have a local presentation mode and thus it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41. | |||||
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-12-16 | atmodem: Unify COLR/CNAP/CLIP/COLP parser | Denis Kenzior | 1 | -93/+22 | |
2010-12-16 | atmodem: Fix parsing of CNAP status | Denis Kenzior | 1 | -2/+3 | |
2010-12-16 | atmodem: add CNAP to call-settings | Gustavo F. Padovan | 1 | -0/+53 | |
2010-12-10 | atmodem: cleanup DBG messages | Gustavo F. Padovan | 1 | -4/+4 | |
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-11-22 | call-settings: Add support for +COLR in atmodem | Denis Kenzior | 1 | -1/+53 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -12/+6 | |
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 | -6/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -5/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -4/+4 | |
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 | -33/+9 | |
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 | -2/+2 | |
2009-09-01 | Add vendor flag to call-settings | Denis Kenzior | 1 | -1/+5 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -6/+6 | |
2009-08-14 | Update at call settings driver to new API | Denis Kenzior | 1 | -42/+66 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -6/+7 | |
2009-05-28 | Squash CallWaiting onto CallSettings interface | Denis Kenzior | 1 | -1/+106 | |
The CallWaiting interface had one settable attribute after the latest set of refactoring. Squash it onto the CallSettings interface where it belonged in the first place | |||||
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 1 | -0/+271 | |