summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29sierra: Fix memory leakGuillaume Zajac1-0/+3
2011-11-22sap: Add modem type sapDaniel Wagner1-0/+1
2011-11-22hfp_hf: Add modem type hfpDaniel Wagner1-0/+1
2011-11-16plugins: Make the code a bit prettierDenis Kenzior1-13/+14
2011-11-16mbpi: Add mbpi_lookup_cdma_provider_name APIPhilippe Nunes2-0/+148
2011-11-14provision: Update to the new mbpi APIPhilippe Nunes1-1/+1
2011-11-14mbpi: mbpi_lookup becomes mbpi_lookup_apnPhilippe Nunes2-37/+36
2011-11-01hfp_hf: Fix minor style issue from previous commitDenis Kenzior1-2/+1
2011-11-01hfp_hf: BT address exposed through Serial propertyMikel Astiz1-0/+13
Accomplished by adding the devinfo atom in pre_sim stage
2011-10-21phonesim: Add handsfree atom to localhfpDenis Kenzior1-0/+2
2011-10-20mbpi: Minor style issuesOleg Zhurakivskyy1-21/+21
2011-10-20mbpi: Rename mbpi_provision_data_free()Oleg Zhurakivskyy3-6/+6
2011-10-20mbpi: Add mbpi_ap_type()Oleg Zhurakivskyy3-0/+18
2011-10-20provision: Add provisioning pluginOleg Zhurakivskyy1-0/+117
2011-10-15udev: add a driver name for telitGustavo F. Padovan1-1/+1
telit hardware needs usbserial.
2011-10-13hfp_hf: Switch to permissive AT syntax parserMikel Astiz1-1/+1
Some phones can have trouble when using the strict AT syntax parser for HFP. So far, this has only been evidenced with the Samsung Wave, which works fine with the permissive syntax parser. Several other phones have been tested with the permissive parser and seem to work OK.
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-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-10plugins: Update copyright informationMarcel Holtmann30-43/+44
2011-10-06zte: Use own vendor quirk for SMS atom driverMarcel Holtmann1-2/+1
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. Padovan5-3/+299
2011-09-13bluetooth: track DBus call pendingGustavo F. Padovan3-22/+26