summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-05-08gathdlc: Add public suspend functionGuillaume Zajac2-0/+11
2011-05-06gatchat: Fix memory leak with notify nodes listMarcel Holtmann1-0/+1
The list itself needs to be freed as well and not only its elements.
2011-05-05call-forwarding: Fix uninitialized var warningBertrand Aygon1-1/+3
Fix a gcc 4.5.2 warning uninit var
2011-05-04voicecall: CHLD support must be enclosed in a listDenis Kenzior1-4/+5
2011-05-04voicecall: Simplify CHLD support generatorDenis Kenzior1-46/+19
In addition, fix ordering and make sure that lower case 'x' is used
2011-05-04voicecall: CHLD call ids start at 1, not 0Denis Kenzior1-2/+2
2011-05-04voicecall: add +CHLD=2X support for HFP emulatorFrédéric Dalleau1-0/+17
2011-05-04voicecall: add +CHLD=1X support for HFP emulatorFrédéric Dalleau1-2/+20
2011-05-04voicecall: add +CHLD=4 support for HFP emulatorFrédéric Dalleau1-0/+14
2011-05-04voicecall: add +CHLD=3 support for HFP emulatorFrédéric Dalleau1-0/+14
2011-05-04voicecall: add +CHLD=0 support for HFP emulatorFrédéric Dalleau1-1/+24
2011-05-04voicecall: add +CHLD support for HFP emulatorFrédéric Dalleau1-0/+70
2011-05-04voicecall: Fix variable initializationFrédéric Dalleau1-0/+1
2011-05-02gathdlc: Make sure to set in_read_handler properlyDenis Kenzior1-4/+4
2011-05-02gathdlc: Add support for detecting +++ escapesDenis Kenzior2-0/+110
2011-05-02gatio: add ability to drain GAtIO read bufferGuillaume Zajac2-0/+7
2011-04-29gat: add GAtSuspendFunc CB typedefGuillaume Zajac1-0/+1
2011-04-29sms: Remove use of uninitialized variableBertrand Aygon1-1/+1
Remove a debug information, since the info is useless, and more, it can display invalid info due to var not initialise in some case
2011-04-28modem: Don't allow setting online unless poweredDenis Kenzior1-0/+3
2011-04-28test: Add swap-calls test scriptDenis Kenzior2-1/+22
2011-04-28gisi: log normal responses in a less confusing wayPekka Pessi1-1/+2
2011-04-28build: Add send-vcal to Makefile.amDenis Kenzior1-0/+1
2011-04-28test: Add send-vcal test scriptBertrand Aygon1-0/+32
2011-04-28test: Add modem argument to send-vcardBertrand Aygon1-7/+19
2011-04-28test: Add modem argument to send-smsBertrand Aygon1-10/+20
2011-04-26Release 0.48Marcel Holtmann2-1/+7
2011-04-26huawei: Switch to offline mode only if offlineMartin Xu1-1/+2
2011-04-26huawei: Check that the modem device is openMartin Xu1-2/+3
Don't create the gprs atom if the modem device was not opened successfully. Otherwise ofonod will crash.
2011-04-26gatppp: Fix crash related to not stopping timersMartin Xu1-0/+2
In case of offline modem when GPRS data connection is connected, if gprs atom is removed before PPP termination process is complete, the terminate_timer will not be stop. It will cause ofonod crash when the timer times out.
2011-04-26voicecall: fix waiting calls for HFP emulatorFrédéric Danis1-1/+3
Fix precedence between waiting and dialing so HFP emulator is notified of dialing/alerting even in case of a waiting call pending.
2011-04-26voicecall: Update CLCC buffer size and commentDenis Kenzior1-3/+4
2011-04-26voicecall: Refactor the previous commit slightlyDenis Kenzior1-13/+11
2011-04-26voicecall: add +CLCC support for HFP emulatorFrédéric Dalleau1-0/+58
2011-04-21emulator: fix +CLIP in case of withheld callFrédéric Danis1-2/+10
2011-04-19emulator: Create both emulator types in exampleDenis Kenzior1-9/+15
2011-04-19hfp_ag: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+1
2011-04-19dun_gw: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+6
2011-04-19dun_gw: Minor style tweakDenis Kenzior1-1/+1
2011-04-19hfp_ag: Minor style tweakDenis Kenzior1-1/+1
2011-04-19voicecall: Tweak the behavior of previous commitDenis Kenzior1-17/+11
Use a generic void pointer to remove the need for emulator_release_done function. Use naming a bit more consistent with the rest of the codebase
2011-04-19voicecall: add +CHUP support for HFP emulatorFrédéric Danis1-5/+86
Update multirelease_callback to be used from DBus calls or HFP Emulator. "release done" is configurable by multirelease caller.
2011-04-19voicecall: Don't go over 80 characters per lineDenis Kenzior1-1/+2
2011-04-19voicecall: add ATA support for HFP emulatorFrédéric Danis1-6/+68
2011-04-19emulator: Use a switch/case instead of ifDenis Kenzior1-5/+10
Seems a bit cleaner
2011-04-19emulator: Reflow commentsDenis Kenzior1-6/+5
2011-04-19emulator: add +CCWA support for HFP AGFrédéric Danis1-1/+76
2011-04-19emulator: add +CLIP support for HFP AGFrédéric Danis1-1/+81
2011-04-19voicecall: add API to find call by statusFrédéric Danis2-0/+19
2011-04-19emulator: add RING for HFP AGFrédéric Danis1-13/+76
2011-04-19isiusb: wait for MTC transitions, tooPekka Pessi1-1/+1