Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-12 | atmodem: Update parse_clcc utility function | Denis Kenzior | 1 | -2/+2 | |
2012-03-06 | voicecall: Fix strange GTA04 modem CLCC behavior | Denis Kenzior | 1 | -0/+16 | |
2012-01-06 | atmodem: Add call state polling for Qualcomm MSM based modems | Marcel Holtmann | 1 | -2/+9 | |
The voice call support of the Qualcomm MSM based modems does not report NO CARRIER, NO ANSWER or BUSY unsolicited notifications. So keep polling for call state changes via AT+CLCC even during an active call. | |||||
2012-01-06 | atmodem: Disable AT+COLP for Qualcomm MSM based modems | Marcel Holtmann | 1 | -1/+10 | |
In case of Qualcomm MSM based modems, AT+COLP=0 needs to be used to make ATD<number>; return right away. Otherwise it only returns once the remote party accepted or rejected the call. | |||||
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-08-09 | voicecall: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2011-03-11 | voicecall: Minor nitpicks to previous commit | Denis Kenzior | 1 | -7/+5 | |
2011-03-11 | atmodem: implement SSN handling | Andras Domokos | 1 | -0/+61 | |
2011-02-05 | atmodem: M16 coding style fix | Jeevaka Badrappan | 1 | -4/+4 | |
2011-02-05 | atmodem: use defined call_status enum | Jeevaka Badrappan | 1 | -19/+32 | |
2011-02-01 | atmodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+3 | |
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -7/+0 | |
2011-01-26 | voicecall: remove ofono_cug_option | Jeevaka Badrappan | 1 | -10/+2 | |
2011-01-18 | voicecall: Be more explicit when copying structs | Denis Kenzior | 1 | -1/+2 | |
2011-01-18 | atmodem: add cdip to voicecall | Lucas De Marchi | 1 | -2/+59 | |
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-12-16 | atmodem: Always poll clcc, even if cring + clip | Denis Kenzior | 1 | -8/+0 | |
Even in the case of CRING and CLIP being used, we should start a CLCC poll. This is because we must still rely on polling CLCC to detect when an incoming call has been terminated by the remote side. | |||||
2010-12-16 | atmodem: Fix reporting of CLIP | Denis Kenzior | 1 | -1/+2 | |
When RING & CLCC polling is used, the CLIP will not be reported correctly if the CLIP: notification does not arrive | |||||
2010-12-16 | atmodem: Do not re-parse CLIP / CNAP | Denis Kenzior | 1 | -4/+43 | |
These needs to be parsed once and not parsed unnecessarily once the information has been recorded | |||||
2010-12-16 | atmodem: Set cnap validity to not provided | Denis Kenzior | 1 | -0/+1 | |
2010-12-16 | atmodem: Add CNAP parsing to voicecall | Gustavo F. Padovan | 1 | -0/+47 | |
2010-12-10 | atmodem: use macros for CLIP validity | Gustavo F. Padovan | 1 | -2/+4 | |
2010-12-02 | atmodem: fix DBG message | Gustavo F. Padovan | 1 | -3/+3 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -13/+12 | |
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-22 | atmodem: Delay return from send_dtmf | Andrzej Zaborowski | 1 | -2/+61 | |
AT+VTS responds with an OK immediately, so add a wait in the driver before returning so that core knows when the tone has finished. Note that some modems actually do wait against 27.007, and other modems use a manufacturer specific AT command and the drivers will need to handle accordingly. | |||||
2010-10-13 | atmodem: Send DTMF commands without quotes | Marcel Holtmann | 1 | -4/+3 | |
The AT+VTS command takes a single character and should not use quotes. | |||||
2010-09-29 | atmodem: Remove quirk for Huawei voice call support | Marcel Holtmann | 1 | -4/+0 | |
The Huawei voice call support has its own driver now. So this quirk is no longer needed. | |||||
2010-09-27 | atmodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -6/+6 | |
2010-09-24 | atmodem: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-14 | Fix common misspellings in drivers | Lucas De Marchi | 1 | -1/+1 | |
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring | |||||
2010-09-04 | atmodem: Add Huawei quirk for voice call handling | Marcel Holtmann | 1 | -0/+7 | |
2010-08-20 | atmodem: Default to +CHUP to hangup_all | Denis Kenzior | 1 | -1/+1 | |
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 | -5/+6 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -2/+2 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -15/+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/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -5/+5 | |
2010-02-04 | Fix: Dead Assignments | Denis Kenzior | 1 | -2/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-09 | Style: Fix some remaining style issues in atmodem | Denis Kenzior | 1 | -4/+5 | |
2009-12-04 | Fix release clcc_source when voicecall is removed | Zhenhua Zhang | 1 | -0/+3 | |
Release the timer to avoid invoking the callback function after voicecall driver is removed. | |||||
2009-12-04 | Refactor: Run CLCC when initializing | Denis Kenzior | 1 | -56/+9 | |
When voicecall atom is initialized, we should run a CLCC query to populate our call list. This also notifies the core of the new calls | |||||
2009-12-04 | Update atmodem voicecall driver to new world order | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Fix: Style | Denis Kenzior | 1 | -2/+1 | |
2009-11-16 | Fix: Ignore repeated CCWAs in atmodem as well | Denis Kenzior | 1 | -0/+5 | |
2009-11-13 | Make sure the atmodem handles ATD properly | Denis Kenzior | 1 | -0/+12 | |
The driver must set any existing active calls to held | |||||
2009-11-12 | Use at_util_parse_clcc in atmodem | Zhenhua Zhang | 1 | -57/+2 | |
Replace parse_clcc by at_util_parse_clcc in atmodem voicecall. | |||||
2009-11-11 | Fix: Set data to NULL in drivers | Denis Kenzior | 1 | -0/+3 | |
2009-10-28 | Refactor: Move alloc/release id to atutil.c | Zhenhua Zhang | 1 | -22/+2 | |