summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16calypsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-2/+1
2010-08-12calypso: Use g_at_chat_cloneDenis Kenzior2-3/+7
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-08-06calypso: Couple of minor style issuesDenis Kenzior1-6/+11
2010-08-06calypso: Remove un-needed includesDenis Kenzior1-2/+0
2010-08-06calypso: Add a Calypso STK driverAndrzej Zaborowski3-0/+284
2010-07-15calypsomodem: dtmf chars do not need quotesDenis Kenzior1-2/+2
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-3/+0
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior1-1/+1
2010-02-05Fix: Use snprintf instead of sprintf in calypsoDenis Kenzior1-5/+5
2010-01-01Update copyright informationMarcel Holtmann3-3/+3
2009-12-04Get rid of list_calls in calypso driverDenis Kenzior1-1/+0
2009-11-26Fix: None of this seems necessary for the CalypsoDenis Kenzior1-5/+1
2009-11-23Fix: Change order of init commandsDenis Kenzior1-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-23Fix: Make sure we don't gobble up unsolicitedDenis Kenzior1-1/+2
2009-11-13Fix issue with missing masking of AT%CHLDMarcel Holtmann1-1/+1
drivers/calypsomodem/voicecall.c: In function ‘calypso_release_specific’: drivers/calypsomodem/voicecall.c:162: error: too few arguments for format
2009-11-12Fix: On calypso use proprietory %CHLD=7X commandDenis Kenzior1-1/+4
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior1-6/+2
2009-09-04Fix unused variable warningDenis Kenzior1-2/+0
2009-09-04Add calypso voicecalls driverDenis Kenzior3-0/+516