summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-13handsfree: Pass the error information to the coreDenis Kenzior1-5/+9
if available. This is the preferred way, so that the core can take into account the error information in the future if required.
2011-10-13hfpmodem: Support of number requests (AT+BINP=1)Mikel Astiz1-0/+59
2011-10-13handsfree: Expose RequestPhoneNumber in D-Bus APIMikel Astiz1-0/+50
2011-10-13doc: Handsfree API support for +BINP=1Mikel Astiz1-0/+13
2011-10-13handsfree: Set in-band ringing before registeringDenis Kenzior1-2/+2
Avoid an extra signal emission
2011-10-13handsfree: Don't emit signals if not registeredDenis Kenzior1-0/+3
2011-10-13hfpmodem: Set initial state for inband ringingMikel Astiz1-0/+6
According to the HFP specification, inband ringing will be enabled by default if the AG supports it. This setting could later be changed by the unsolicited result code +BSIR.
2011-10-13doc: Add initial Handsfree API documentationMikel Astiz1-0/+30
These basic features have already been implemented.
2011-10-13hfpmodem: Copyright statement correctionMikel Astiz1-0/+1
2011-10-13handsfree: Copyright statement correctionMikel Astiz1-0/+1
2011-10-13handsfree: Copyright statement correctionMikel Astiz1-0/+1
2011-10-12hfp_hf: Fix crashDenis Kenzior1-2/+11
If BlueZ exits during an outstanding Connect/Disconnect operation, oFono can crash due to the pending call finishing on an already-removed modem object.
2011-10-12mbpi: Add filename and line information on errorOleg Zhurakivskyy1-21/+40
2011-10-12lookup-apn: Fix crash on no APNs foundOleg Zhurakivskyy1-1/+5
2011-10-12lookup-apn: Remove unused includesOleg Zhurakivskyy1-5/+0
2011-10-12mbpi: Improve mbpi_lookup() error reportingOleg Zhurakivskyy1-3/+6
2011-10-12mbpi: Fix handling of the usage elementOleg Zhurakivskyy1-21/+23
2011-10-12mbpi: Reflow gsm_end()Oleg Zhurakivskyy1-20/+22
2011-10-12mbpi: Split gsm_start() for readabilityOleg Zhurakivskyy1-61/+77
2011-10-12voicecall: Make emulator use release_queueDenis Kenzior1-18/+11
2011-10-12voicecall: Fix HangupAll for HFPDenis Kenzior1-5/+38
HFP does not implement HangupAll natively and most AGs do not support releasing held calls by id. Work around this by using hangup active and then dropping all held calls if no waiting calls exist. Otherwise fall back to releasing calls by id.
2011-10-11Release 1.0Marcel Holtmann2-1/+10
2011-10-10doc: Update copyright informationMarcel Holtmann2-2/+2
2011-10-10tools: Update copyright informationMarcel Holtmann4-4/+4
2011-10-10unit: Update copyright informationMarcel Holtmann10-22/+22
2011-10-10gisi: Update copyright informationMarcel Holtmann20-20/+20
2011-10-10plugins: Update copyright informationMarcel Holtmann30-43/+44
2011-10-10drivers: Update copyright informationMarcel Holtmann105-156/+157
2011-10-10core: Update copyright informationMarcel Holtmann89-108/+108
2011-10-10gatchat: Update copyright informationMarcel Holtmann39-39/+39
2011-10-06atmodem: Use ZTE specific vendor quirk for SMS supportMarcel Holtmann1-0/+2
2011-10-06zte: Use own vendor quirk for SMS atom driverMarcel Holtmann1-2/+1
2011-10-06log: Rename program executable variableMarcel Holtmann2-4/+6
2011-10-05log: Add support for backtrace symbole resolvingMarcel Holtmann3-17/+112
2011-09-29test: add support to select modemGustavo F. Padovan1-2/+10
2011-09-29test: add support to select modemGustavo F. Padovan1-7/+13
2011-09-29test: add support to select modemGustavo F. Padovan1-6/+11
2011-09-29sap: also accept err = 0 in enable()Gustavo F. Padovan1-1/+1
2011-09-29telit: fix shutdown of bluetooth socketGustavo F. Padovan1-2/+5
2011-09-29sap: add sap modem disable() supportGustavo F. Padovan1-1/+3
2011-09-29sap: clean up extra blank lineGustavo F. Padovan1-1/+0
2011-09-29sap: add full support to SAP modemGustavo F. Padovan1-0/+29
Add pre_sim, post_sim, set_online and post_online calls
2011-09-29telit: add post_online to SAP ClientGustavo F. Padovan2-27/+32
2011-09-29telit: add set_online to SAP ClientGustavo F. Padovan2-23/+26
2011-09-29telit: add post_sim to SAP ClientGustavo F. Padovan2-9/+14
2011-09-29telit: add pre_sim support to SAP ClientGustavo F. Padovan2-11/+16
2011-09-29telit: init modem normally once SAP was enabledGustavo F. Padovan1-130/+141
2011-09-29telit: add suport the disable SAP clientGustavo F. Padovan2-32/+69
2011-09-29sap: enable SAP modem, when BlueZ repliesGustavo F. Padovan1-4/+18
2011-09-29telit: Reflow sap_enable logicDenis Kenzior1-12/+13
To cover some conditions where we do not clean up properly