summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2012-05-25icera: Select USSD driver based on USSD mode settingMarcel Holtmann1-5/+7
2012-05-25udev: Add detection for Nokia 21M-01 modemsMarcel Holtmann1-0/+2
2012-05-25udev: Add detection for Samsung GT-Y3300 modemsMarcel Holtmann1-0/+2
2012-05-25udev: Extend port mapping for Icera modemsMarcel Holtmann1-1/+9
2012-05-25icera: Request USSD mode and firmware detailsMarcel Holtmann1-1/+54
2012-05-25icera: Query initial state of SIM init statusMarcel Holtmann1-13/+52
2012-05-25icera: Enable support for radio settings handlingMarcel Holtmann1-0/+3
2012-05-24icera: Use SIM init nofitication instead of pollingMarcel Holtmann1-23/+43
2012-05-24icera: Enable SMS sending and receiving supportMarcel Holtmann1-0/+3
2012-05-24icera: Enable USSD support and ensure default character setMarcel Holtmann1-0/+11
2012-05-22bluetooth: Add Serial interface definitionDaniel Wagner1-0/+1
2012-05-21hfp_hf: Fix up whitespace corruptionDenis Kenzior1-2/+2
2012-05-22icera: Add SIM, network registration and GPRS handlingMarcel Holtmann1-2/+189
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi3-19/+14
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi3-12/+26
With these macro helpers we can separate in/out arguments and use their own vector.
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida3-3/+3
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2012-04-19hfp_hf: Fix modifying hash table while iteratingMikel Astiz1-2/+1
Calling ofono_remove_modem() while iterating the hash table is not safe given that it can modify the table in hfp_remove(). A simple way to reproduce the problem is to pair some Bluetooth phones and remove the Bluetooth adapter, triggering a GLib-CRITICAL assertion. This patch just removes the update of the hash table inside hfp_remove(). This can be safe as long as all calls to ofono_modem_remove() are accompanied by a hash table update. The only example of this kind right now is hfp_agent_release().
2012-04-18zte: Update to new sim_state_query APIGuillaume Zajac1-1/+2
2012-04-18speedup: Update to new sim_state_query APIGuillaume Zajac1-1/+2
2012-04-18samsung: Update to new sim_state_query APIGuillaume Zajac1-1/+2
2012-04-18mbm: Update to new sim_state_query APIGuillaume Zajac1-1/+1
2012-04-18alcatel: Update to new sim_state_query APIGuillaume Zajac1-1/+2
2012-04-18speedup: enable online/offline supportBertrand Aygon1-0/+113
Add speedup_set_online. Add a polling mechanism since most speedup dongles failed in couple of AT commands following the CFUN=1 when they are offline. Cleanup online polling in case modem is removed during online process.
2012-04-17speedup: Use speedup specific driver for ussdNicolas Bertrand1-3/+2
2012-04-06Add udev rules for SpeedUp U3501Bertrand Aygon1-0/+4
2012-04-06icera: Add skeleton for Icera modem pluginMarcel Holtmann1-0/+117
2012-04-06udev: Add detection support for Icera based devicesMarcel Holtmann1-0/+39
2012-03-26zte: Add support for radio settingsBertrand Aygon1-0/+3
2012-03-21udev: Only detect Sierra Wireless devices with DirectIPMarcel Holtmann1-1/+1
2012-03-21sierra: Add support for DirectIP connectionsMarcel Holtmann1-2/+9
2012-03-13sim900: Add ussd and voice call supportRenat Zaripov1-0/+3
2012-02-27sim900: Use SIMCOM quirk for SMS atomRenat Zaripov1-1/+2
2012-02-27hso: Don't access freed data, in hso_set_onlineNeil Jerram1-2/+2
2012-02-22sim900: Fix minor coding style violationDenis Kenzior1-1/+2
2012-02-22sim900: Add support for PIN retry countersRenat Zaripov1-1/+1
2012-02-18udev: Remove empty lineMarcel Holtmann1-1/+0
2012-02-18udev: Add support for detecting Sierra network interfacesMarcel Holtmann1-8/+10
2012-02-18hso: Open modem port to log extra notificationsMarcel Holtmann1-21/+22
2012-02-18udev: Also detect modem port of Option HSO devicesMarcel Holtmann1-10/+13
2012-02-16sierra: Rename some variablesMarcel Holtmann1-20/+20
2012-02-16udev: Detect more ports for Sierra modemsMarcel Holtmann1-8/+16
2012-02-16udev: Add sanity check for ports on old Option devicesMarcel Holtmann1-0/+3
2012-02-16udev: Detect old Option cards without high-speed interfaceMarcel Holtmann1-0/+35
2012-02-16ifx: Add support for Assisted Satellite NavigationMarcel Holtmann1-0/+3
2012-02-10ifx: Setup CSCS to use GSM for the aux portMarcel Holtmann1-0/+4
This change is needed since otherwise umlauts and other characters for USSD responses will not work properly.
2012-02-09ifx: Take out bad mergeDenis Kenzior1-24/+0
2012-02-10ifx: Use CFUN=0 (Minimum Functionality) to disable modemMarcel Holtmann1-1/+1
2012-02-10ifx: Remove handling of audio settings setupMarcel Holtmann1-60/+25
The audio settings setup is now done as port of the audio settings atom.
2012-02-02ifx: Fix compilation issueMarcel Holtmann1-5/+3
2012-02-02ifx: Make sure query XSIMSTATEDenis Kenzior1-16/+54
XSIMSTATE=1 does not seem to reliably activate XSIM notifications anymore. So query the XSIMSTATE at startup instead.