Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-01 | wavecom: Add peculiar CPIN as terminator behavior | Holger Hans Peter Freyther | 1 | -0/+2 | |
2012-10-16 | udevng: Fix MBM detection | Denis Kenzior | 1 | -1/+1 | |
2012-10-03 | plugins: Add stktest plugin | Denis Kenzior | 1 | -0/+253 | |
2012-08-30 | telit: enable extended sim status notification | Christopher Vogl | 1 | -63/+34 | |
Use AT#QSS=2 instead of AT#QSS=1 to get an URC when the SIM is not only inserted but also when PIN is unlocked and when SMS + phonebook are ready to be used. Disable sim state notification in telit_enable() so that we sure get a notification when we enable it later again. This way we don't have to query the state the first time. Without this the Telit modem does not always send an URC when AT#QSS=2 is sent. Remove sim_inserted_source and sim_inserted_timeout_cb which are not needed anymore as a consequence. By the way the 1 second timeout was an ugly hack. Don't query current SIM status in cfun_enable_cb() as the SIM is disabled due to prior AT+CFUN=4. Register '#QSS:' before enabling sim state notifications. Remove telit_qss_cb() which was used as a callback for querying the current SIM status. Move sms atom creation into switch_sim_state_status() and add creation of phonebook atom. These are created when QSS: 3 is received. | |||||
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' {} \; |