summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2011-09-29telit: Remove unneeded ifDenis Kenzior1-4/+2
2011-09-29telit: add support the enable the SAP client modemGustavo F. Padovan2-10/+184
2011-09-29sap: remove connect callback if enable failsGustavo F. Padovan1-1/+12
2011-09-28sap: clean up sap modem destructionGustavo F. Padovan1-12/+10
2011-09-28sap: remove server_pathGustavo F. Padovan1-24/+15
We use ofono_modem_set_string() instead to store it. This also remove the need to have sap_data allocation on bluetooth_sap_probe().
2011-09-27sap: fix sap modem removeGustavo F. Padovan1-2/+2
prefix NULL means that the modem needs to be removed
2011-09-27sap: retrigger bluetooth GetProperties callGustavo F. Padovan3-0/+9
When plugging a SAP capable modem, GetProperties need to be called again to fetch the SAP Server devices from BlueZ.
2011-09-26telit: add #RSEN notifyGustavo F. Padovan1-0/+19
RSEN URC tells if the SAP Client was enabled or not
2011-09-26sap: add support to connect the RFCOMM linkGustavo F. Padovan1-1/+44
2011-09-26telit: add support to enable SAP clientGustavo F. Padovan3-38/+76
2011-09-26sap: Fix minor whitespace issuesDenis Kenzior1-5/+1
2011-09-25sap: Add basic sap pluginGustavo F. Padovan6-3/+302
2011-09-13bluetooth: track DBus call pendingGustavo F. Padovan3-22/+26