summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11zte: Setup CSCS on both portsDenis Kenzior1-0/+10
2012-01-11speedup: Setup CSCS on both portsDenis Kenzior1-0/+12
2012-01-11nokia: Setup CSCS on both portsDenis Kenzior1-0/+10
2012-01-11huawei: Setup CSCS on both portsDenis Kenzior1-0/+10
2012-01-11hso: Setup CSCS properlyDenis Kenzior1-0/+10
2012-01-11huawei: Check for NDIS vs modem dial-up modeMarcel Holtmann1-0/+39
2012-01-07ofono.rules: Add N900 rule for stock kernelsDenis Kenzior1-0/+1
From a patch set by Luke Dash
2012-01-07cdma-provision: Add cdma provisioning pluginPhilippe Nunes1-0/+79
2012-01-07udevng: Remove huaweicdma label from driver_listGuillaume Zajac1-1/+0
2012-01-06huawei: Adapt to changed atom driver name for CDMA netregMarcel Holtmann1-2/+1
2012-01-06huawei: Use CFUN=5 for CDMA offline state handlingMarcel Holtmann1-0/+6
The Huawei CDMA modems only support CFUN=5 for offline mode and so enforce this one if CDMA support has been detected. Even if the modem would indicate AT^RFSWITCH support.
2012-01-06huawei: Handle modems with ROM based SIM cardsMarcel Holtmann1-0/+2
Some modem contain ROM based SIM cards indicated by SIM state 240 and these need to be treated as SIM present.
2012-01-06huawei: Create CDMA atoms if support has been detectedMarcel Holtmann1-0/+13
In case the modem supports CDMA (+CIS707-A capability), then enable CDMA atoms. However only enable if GSM support is not detected.
2012-01-06hso: Enable voice call handling if support has been detectedMarcel Holtmann1-4/+57
Check if AT_OPCMENABLE is supported and if so, then enable the voice call handling as well.
2012-01-06huawei: Create GSM/UMTS atoms only if support has been detectedMarcel Holtmann1-18/+30
2012-01-06huaweicdma: Delete unused pluginGuillaume Zajac1-247/+0
2012-01-06udev: Simplify vendor_list for Huawei constructorGuillaume Zajac1-3/+1
According to Huawei constructor, the port mapping is identical for all the modems. We can decide to use GSM or CDMA drivers into the plugin.
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