summaryrefslogtreecommitdiff
path: root/drivers/calypsomodem
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-172-2/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* drivers: constify vtablesJonas Bonn2018-10-172-2/+2
| | | | | | | | The driver vtables are read-only structures. This patch declares them as 'const' allowing the compiler to (optionally) put them in the RELRO section. RELRO pages may be marked as read-only by the linker after the relocations have been done ensuring that they aren't inadvertently or maliciously altered at runtime.
* drivers: Update copyright informationMarcel Holtmann2011-10-104-4/+4
|
* calypsomodem: use ofono_call initializerLucas De Marchi2011-02-011-1/+1
|
* calypsomodem: remove NULL checkJeevaka Badrappan2011-01-292-6/+2
|
* voicecall: remove ofono_cug_optionJeevaka Badrappan2011-01-261-9/+0
|
* calypso: Fix issue with name presentation and voice callsMarcel Holtmann2011-01-211-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.
* calypsomodem: M15 coding style fixJeevaka Badrappan2011-01-123-8/+8
|
* drivers: explicitly compare pointers to NULLLucas De Marchi2010-11-292-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>
* calypsomodem: Notify core about handled commandsDenis Kenzior2010-10-271-5/+18
|
* calypsomodem: Some cleanups in voice call driverMarcel Holtmann2010-09-271-3/+7
|
* calypsomodem: Make SIM Toolkit envelope submission work againMarcel Holtmann2010-09-261-9/+4
|
* calypso: Provide hangup_all and hangup_activeDenis Kenzior2010-09-231-2/+9
| | | | | On Calypso, ATH hangs up all calls except waiting calls and CHUP hangs up only active calls, but not held or waiting.
* calypsomodem: Cleanup of SIM Toolkit supportMarcel Holtmann2010-09-241-30/+50
|
* calypsomodem: Remove useless NULL checks before g_freeMarcel Holtmann2010-08-161-2/+1
|
* calypso: Use g_at_chat_cloneDenis Kenzior2010-08-122-3/+7
|
* voicecall: Rename hangup to hangup_activeSjur Brændeland2010-08-121-1/+1
|
* calypso: Couple of minor style issuesDenis Kenzior2010-08-061-6/+11
|
* calypso: Remove un-needed includesDenis Kenzior2010-08-061-2/+0
|
* calypso: Add a Calypso STK driverAndrzej Zaborowski2010-08-063-0/+284
|
* calypsomodem: dtmf chars do not need quotesDenis Kenzior2010-07-151-2/+2
|
* Refactor: Remove atutil dump_responseDenis Kenzior2010-02-081-3/+0
| | | | | No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
* Fix: Don't use ofono_debug directly in pluginsDenis Kenzior2010-02-081-1/+1
|
* Fix: Use snprintf instead of sprintf in calypsoDenis Kenzior2010-02-051-5/+5
|
* Update copyright informationMarcel Holtmann2010-01-013-3/+3
|
* Get rid of list_calls in calypso driverDenis Kenzior2009-12-041-1/+0
|
* Fix: None of this seems necessary for the CalypsoDenis Kenzior2009-11-261-5/+1
|
* Fix: Change order of init commandsDenis Kenzior2009-11-231-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.
* Fix: Make sure we don't gobble up unsolicitedDenis Kenzior2009-11-231-1/+2
|
* Fix issue with missing masking of AT%CHLDMarcel Holtmann2009-11-131-1/+1
| | | | | drivers/calypsomodem/voicecall.c: In function ‘calypso_release_specific’: drivers/calypsomodem/voicecall.c:162: error: too few arguments for format
* Fix: On calypso use proprietory %CHLD=7X commandDenis Kenzior2009-11-121-1/+4
|
* Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior2009-09-111-6/+2
|
* Fix unused variable warningDenis Kenzior2009-09-041-2/+0
|
* Add calypso voicecalls driverDenis Kenzior2009-09-043-0/+516