Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 4 | -4/+4 | |
2011-02-01 | calypsomodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+1 | |
2011-01-29 | calypsomodem: remove NULL check | Jeevaka Badrappan | 2 | -6/+2 | |
2011-01-26 | voicecall: remove ofono_cug_option | Jeevaka Badrappan | 1 | -9/+0 | |
2011-01-21 | calypso: Fix issue with name presentation and voice calls | Marcel Holtmann | 1 | -0/+2 | |
The Calypso voice call driver uses an ofono_call object that is on the stack. It is not automatically initilized to zero and thus causes to have a name presentation that is not valid UTF-8. This in return makes D-Bus fail and disconnect from the bus. To fix this ensure that the ofono_call object is properly set to zero first before populating it with values. | |||||
2011-01-12 | calypsomodem: M15 coding style fix | Jeevaka Badrappan | 3 | -8/+8 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 2 | -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-10-27 | calypsomodem: Notify core about handled commands | Denis Kenzior | 1 | -5/+18 | |
2010-09-27 | calypsomodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -3/+7 | |
2010-09-26 | calypsomodem: Make SIM Toolkit envelope submission work again | Marcel Holtmann | 1 | -9/+4 | |
2010-09-23 | calypso: Provide hangup_all and hangup_active | Denis Kenzior | 1 | -2/+9 | |
On Calypso, ATH hangs up all calls except waiting calls and CHUP hangs up only active calls, but not held or waiting. | |||||
2010-09-24 | calypsomodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -30/+50 | |
2010-08-16 | calypsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -2/+1 | |
2010-08-12 | calypso: Use g_at_chat_clone | Denis Kenzior | 2 | -3/+7 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -1/+1 | |
2010-08-06 | calypso: Couple of minor style issues | Denis Kenzior | 1 | -6/+11 | |
2010-08-06 | calypso: Remove un-needed includes | Denis Kenzior | 1 | -2/+0 | |
2010-08-06 | calypso: Add a Calypso STK driver | Andrzej Zaborowski | 3 | -0/+284 | |
2010-07-15 | calypsomodem: dtmf chars do not need quotes | Denis Kenzior | 1 | -2/+2 | |
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-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -1/+1 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in calypso | Denis Kenzior | 1 | -5/+5 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 3 | -3/+3 | |
2009-12-04 | Get rid of list_calls in calypso driver | Denis Kenzior | 1 | -1/+0 | |
2009-11-26 | Fix: None of this seems necessary for the Calypso | Denis Kenzior | 1 | -5/+1 | |
2009-11-23 | Fix: Change order of init commands | Denis Kenzior | 1 | -1/+1 | |
This seems to make the calypso return from ATD right away instead of waiting for connect/busy to be returned. It should now be possible to hangup alerting calls. | |||||
2009-11-23 | Fix: Make sure we don't gobble up unsolicited | Denis Kenzior | 1 | -1/+2 | |
2009-11-13 | Fix issue with missing masking of AT%CHLD | Marcel Holtmann | 1 | -1/+1 | |
drivers/calypsomodem/voicecall.c: In function ‘calypso_release_specific’: drivers/calypsomodem/voicecall.c:162: error: too few arguments for format | |||||
2009-11-12 | Fix: On calypso use proprietory %CHLD=7X command | Denis Kenzior | 1 | -1/+4 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -6/+2 | |
2009-09-04 | Fix unused variable warning | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Add calypso voicecalls driver | Denis Kenzior | 3 | -0/+516 | |