summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06huawei: Check for supported modem capabilities firstMarcel Holtmann1-2/+34
Use ATI and +GCAP response to determine supported modem capabilities and check if modem does support GSM.
2012-01-06huawei: Change state variable name for voice supportMarcel Holtmann1-4/+4
2012-01-01hso: Add support for detecting is no SIM card is presentMarcel Holtmann1-4/+17
2011-12-28telit: Fix empty parameter list in functionSyam Sidhardhan1-1/+1
2011-12-28hfp_ag: Fix empty parameter list in functionsSyam Sidhardhan1-2/+2
2011-12-21Add-udev-rules-for-Speedup-donglesPhilippe Nunes1-0/+23
2011-12-20udevng: Do only label assignment for Speedup donglesPhilippe Nunes1-7/+0
2011-12-15speedupcdma: Create cdma-netreg atomGuillaume Zajac1-0/+3
According to SpeedUp 7300 specifications, SpeedUp uses same AT command as Huawei so we can create cdma-netreg atom using huaweicdma drivers.
2011-12-15udevng: add another driver name for telitChristopher Vogl1-0/+1
some telit hardware needs option driver.
2011-12-10speedupcdma: Tweak plugin to notify dormant stateGuillaume Zajac1-1/+6
2011-12-09huaweicdma: Use pcui port for cdma_netregPhilippe Nunes1-1/+1
2011-12-08huaweicdma: Tweak plugin to notify dormant stateGuillaume Zajac1-1/+6
Specify vendor in creating cdma-connman atom. Set PCUI interface as slave of MODEM interface to receive dormant state notification during data call.
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