Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | atmodem: remove pending idle callbacks at removal | Mingli Wu | 1 | -0/+1 | |
If device probe and removal happen in short succession, it's possible that the idle handler registered in the probe function doesn't run before the device is removed. In this case, the idle handler needs to be unregistered so that it does not run and try to access the data that's destroyed during the removal. | |||||
2012-09-05 | atmodem: specify class for call barring query | Philippe Nunes | 1 | -1/+4 | |
class is specified when querying the call barring status if the class is not the default (7 - voice, data and fax) | |||||
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -3/+3 | |
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 | -3/+3 | |
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 | -6/+3 | |
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 | -3/+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-02-04 | Fix: Dead Assignments | Denis Kenzior | 1 | -4/+2 | |
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 | -12/+3 | |
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 | Introduce vendor parameter to call-barring | Denis Kenzior | 1 | -1/+5 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -3/+3 | |
2009-08-14 | Update at modem call-barring driver to the new API | Denis Kenzior | 1 | -32/+60 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -3/+4 | |
2009-06-18 | Implement CallBarring::ChangePassword in AT driver | Andrzej Zaborowski | 1 | -2/+43 | |
2009-05-26 | Ignore cls for call barring queries | Denis Kenzior | 1 | -3/+0 | |
2009-05-20 | Add class parameter to the query function for CB | Denis Kenzior | 1 | -4/+9 | |
2009-05-20 | Fix some minor style issues | Denis Kenzior | 1 | -4/+4 | |
2009-05-20 | Minor build system fix | Denis Kenzior | 1 | -0/+4 | |
2009-05-20 | drivers/atmodem implementation for CallBarring. | Andrzej Zaborowski | 1 | -0/+162 | |