summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem
AgeCommit message (Expand)AuthorFilesLines
2011-02-05hfpmodem: M16 coding style fixJeevaka Badrappan1-1/+1
2011-02-05hfpmodem: Use defined call_status enumJeevaka Badrappan1-5/+7
2011-02-01hfpmodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-01-29hfpmodem: fix memory leakJeevaka Badrappan1-0/+2
2011-01-29hfpmodem: remove NULL checkJeevaka Badrappan3-24/+0
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-2/+2
2011-01-14hfpmodem: Incorrect string length in dtmf buf.Helen Clemson1-3/+2
2011-01-12hfpmodem: M15 coding style fixJeevaka Badrappan4-12/+12
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi3-21/+19
2010-09-14Fix common misspellings in driversLucas De Marchi1-1/+1
2010-08-16hfpmodem: Remove useless NULL checks before g_freeMarcel Holtmann3-16/+8
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-06-10Remove hfpmodem's header guardGustavo F. Padovan1-4/+0
2010-03-09Fix Don't check CLIR CUG option in hfp_dialZhenhua Zhang1-4/+0
2010-02-12Fix: Unregistering the agent in disable is wrongDenis Kenzior1-0/+1
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior2-14/+0
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior2-4/+4
2010-02-05Fix: Use snprintf instead of sprintf in HFPDenis Kenzior1-4/+4
2010-02-04Cleanup: Refactor handling of failed connectionsDenis Kenzior1-1/+0
2010-02-04Fix: Don't send undefined values to the coreDenis Kenzior1-3/+4
2010-01-27Add HFP support through BlueZGustavo F. Padovan1-0/+4
2010-01-01Update copyright informationMarcel Holtmann5-5/+5
2009-12-17Style: Repeat for driversDenis Kenzior1-2/+4
2009-12-09Style: Fix style issues in hfpmodemDenis Kenzior1-6/+9
2009-12-09Add clip_timeout for notify incoming callZhenhua Zhang1-0/+38
2009-12-09Add poll_clcc if we are in multiparty callZhenhua Zhang1-0/+37
2009-12-09Add multiparty call support for hfpmodemZhenhua Zhang1-3/+53
2009-12-09Add hfp_release_specific to release specific callZhenhua Zhang1-1/+50
2009-12-08Style: Remove empty lineDenis Kenzior1-1/+0
2009-12-08Fix update hfp_hangup to release active callZhenhua Zhang1-2/+2
2009-12-04Make sure to list calls in HFP voicecall driverDenis Kenzior1-0/+18
2009-12-04Add hfp_send_dtmf to send tones for hfpmodemZhenhua Zhang1-1/+40
2009-12-04Update HFP voicecall driver to new world orderDenis Kenzior1-10/+7
2009-12-04Get rid of list_calls in hfp driverDenis Kenzior1-1/+0
2009-11-24Fix: Move CHLD from voicecall driver to pluginZhenhua Zhang2-54/+10
2009-11-20Fix: Poll CLCC to replace the code in call_held=1Zhenhua Zhang1-44/+6
2009-11-18Fix: Report status & tech in hfpmodemDenis Kenzior1-0/+2
2009-11-16Fix: Don't drop dialing calls when call=0 signaledDenis Kenzior1-23/+12
2009-11-16Fix: Don't double-swap calls when 3-way dialingDenis Kenzior1-0/+13
2009-11-16Fix: Update the status to held properlyDenis Kenzior1-1/+1
2009-11-16Refactor: Move repeated code to a functionDenis Kenzior1-24/+21
2009-11-16Fix: Handle callsetup=0 when no waiting or dialing callZhenhua Zhang1-0/+5
2009-11-16Fix: Ignore repeated CCWA notify if haveZhenhua Zhang1-0/+6
2009-11-16Fix: Set current element properlyDenis Kenzior1-1/+4
2009-11-16Style: SpacingDenis Kenzior1-1/+1
2009-11-13Add three-way calling support to HFP voice driverDenis Kenzior1-93/+503
2009-11-13Fix: Fill in the phone number info for outgoing callZhenhua Zhang1-30/+123
2009-11-12Fix: Set data to NULL in hfpmodem driversZhenhua Zhang2-0/+5
2009-11-11Style: Use 1 instead of 0x1Zhenhua Zhang1-3/+3
2009-11-11Add call volume support for hfpmodemZhenhua Zhang3-0/+246