Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-30 | telit: Avoid resetting the SIM | Christopher Vogl | 1 | -1/+1 | |
Avoid a reset when switching between online and offline (airplane) mode in telit_set_online(). +CFUN accepts a second parameter (0), which disables a reset: AT+CFUN=x,0. | |||||
2012-08-21 | telit: disable auto attach procedures with AUTOATT | Christopher Vogl | 1 | -0/+7 | |
2012-08-20 | telit: Fix warning | Denis Kenzior | 1 | -1/+0 | |
plugins/telit.c: In function ‘rsen_disable_cb’: plugins/telit.c:446:21: error: unused variable ‘data’ | |||||
2012-08-20 | telit: add additional port for data connection | Christopher Vogl | 1 | -21/+34 | |
Use MDM port for data service and AUX for the AT chat. Disable DCD so that the modem does not hangup after a data connection. | |||||
2012-08-20 | udevng: rename aux port from Data to Aux for telit | Christopher Vogl | 1 | -1/+1 | |
Telit software user guide says: USB AUX doesn't support any flow control method. Therefore, this port isn't suitable for DATA service port. We recommend this port should be used only for AT command and URC processing. | |||||
2012-08-16 | mbm: Fix crash from processing multiple *EMRDY | Denis Kenzior | 1 | -3/+11 | |
Sometimes we see the *EMRDY notification before we query, and trigger initialization procedures twice. | |||||
2012-08-16 | mbm: Remove spurious ';' | Denis Kenzior | 1 | -1/+1 | |
2012-08-16 | telit: pass vendor at sim atom creation | Christopher Vogl | 1 | -1/+2 | |
2012-08-16 | telit: Fix 80 character per line violation | Denis Kenzior | 1 | -1/+2 | |
2012-08-16 | telit: move gprs atom into post sim phase | Christopher Vogl | 1 | -8/+8 | |
2012-07-15 | bluetooth: Avoid shadowing of connection variable | Marcel Holtmann | 1 | -6/+6 | |
2012-07-15 | stemgr: Avoid shadowing of connection variable | Marcel Holtmann | 1 | -5/+5 | |
2012-07-02 | stemgr: watch for signals only on MGR_SERVICE | Lucas De Marchi | 1 | -2/+2 | |
2012-07-02 | bluetooth: watch for signals only on BLUEZ_SERVICE | Lucas De Marchi | 1 | -5/+8 | |
2012-06-25 | gobi: Add support for USSD atom driver | Marcel Holtmann | 1 | -0/+4 | |
2012-06-25 | gobi: The location reporting is available even without SIM card present | Marcel Holtmann | 1 | -4/+4 | |
2012-06-25 | gobi: Add support for voice call atom driver | Marcel Holtmann | 1 | -0/+8 | |
2012-06-25 | gobi: Cancel all requests and notifications on device shutdown | Marcel Holtmann | 1 | -0/+3 | |
2012-06-25 | gobi: Use shared DMS for power and online operations | Marcel Holtmann | 1 | -1/+1 | |
2012-06-22 | bluetooth: ignore error if driver returns -EALREADY | Luiz Augusto von Dentz | 1 | -1/+1 | |
2012-06-24 | gobi: Add support for radio settings atom driver | Marcel Holtmann | 1 | -0/+4 | |
2012-06-24 | gobi: Disable UIM support for now and allow DMS fallback | Marcel Holtmann | 1 | -3/+0 | |
2012-06-21 | gobi: Use QMI support to drive this modem | Marcel Holtmann | 1 | -119/+254 | |
2012-05-31 | wavecom: add support for Wavecom Q2403/Q2686 modems | Pablo Neira Ayuso | 1 | -2/+19 | |
2012-05-31 | udev: add Wavecom support | Pablo Neira Ayuso | 1 | -0/+27 | |
This adds OFONO_WAVECOM_MODEL that can set in the udev rules file to indicate the modem model, eg. ENV{OFONO_WAVECOM_MODEL}="Q2XXX" | |||||
2012-05-26 | gobi: Use the correct modem property for AT command device | Marcel Holtmann | 1 | -1/+1 | |
2012-05-26 | udev: Fix matching to prefer entries with VID and PID | Marcel Holtmann | 1 | -6/+5 | |
2012-05-26 | udev: Add support for detecting Huawei QMI devices | Marcel Holtmann | 1 | -8/+8 | |
2012-05-26 | udev: Add support for detecting Gobi QMI devices | Marcel Holtmann | 1 | -8/+17 | |
2012-05-26 | udev: Add matching support for CDC WDM device nodes | Marcel Holtmann | 1 | -9/+24 | |
2012-05-25 | icera: Select USSD driver based on USSD mode setting | Marcel Holtmann | 1 | -5/+7 | |
2012-05-25 | udev: Add detection for Nokia 21M-01 modems | Marcel Holtmann | 1 | -0/+2 | |
2012-05-25 | udev: Add detection for Samsung GT-Y3300 modems | Marcel Holtmann | 1 | -0/+2 | |
2012-05-25 | udev: Extend port mapping for Icera modems | Marcel Holtmann | 1 | -1/+9 | |
2012-05-25 | icera: Request USSD mode and firmware details | Marcel Holtmann | 1 | -1/+54 | |
2012-05-25 | icera: Query initial state of SIM init status | Marcel Holtmann | 1 | -13/+52 | |
2012-05-25 | icera: Enable support for radio settings handling | Marcel Holtmann | 1 | -0/+3 | |
2012-05-24 | icera: Use SIM init nofitication instead of polling | Marcel Holtmann | 1 | -23/+43 | |
2012-05-24 | icera: Enable SMS sending and receiving support | Marcel Holtmann | 1 | -0/+3 | |
2012-05-24 | icera: Enable USSD support and ensure default character set | Marcel Holtmann | 1 | -0/+11 | |
2012-05-22 | bluetooth: Add Serial interface definition | Daniel Wagner | 1 | -0/+1 | |
2012-05-21 | hfp_hf: Fix up whitespace corruption | Denis Kenzior | 1 | -2/+2 | |
2012-05-22 | icera: Add SIM, network registration and GPRS handling | Marcel Holtmann | 1 | -2/+189 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 3 | -19/+14 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 3 | -12/+26 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 3 | -3/+3 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2012-04-19 | hfp_hf: Fix modifying hash table while iterating | Mikel Astiz | 1 | -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-18 | zte: Update to new sim_state_query API | Guillaume Zajac | 1 | -1/+2 | |
2012-04-18 | speedup: Update to new sim_state_query API | Guillaume Zajac | 1 | -1/+2 | |
2012-04-18 | samsung: Update to new sim_state_query API | Guillaume Zajac | 1 | -1/+2 | |