Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-15 | modem: Don't move to pre-sim state in case of failure | Denis Kenzior | 1 | -0/+3 | |
In ofono_modem_reset, if the enable() callback fails, do not proceed to the pre-sim state | |||||
2013-04-01 | modem: Support modem property "AlwaysOnline" | Forest Bond | 1 | -6/+14 | |
This can be set by the modem driver to indicate that the device is always in the online state when it is enabled. This is useful for modem drivers that handle both CDMA and GSM devices. | |||||
2013-03-28 | modem: Allow setting boolean properties | Forest Bond | 1 | -1/+2 | |
2013-02-14 | modem: Implement ofono_modem_find | Denis Kenzior | 1 | -0/+16 | |
2012-11-22 | modem: Handle RESETTING sim state | Denis Kenzior | 1 | -0/+1 | |
2012-11-02 | modem: Add support for modem type TEST | Denis Kenzior | 1 | -0/+2 | |
2012-06-17 | modem: Add function for setting new driver type | Marcel Holtmann | 1 | -0/+14 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -5/+5 | |
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 | 1 | -4/+8 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2012-04-12 | modem: Add missing empty line | Marcel Holtmann | 1 | -0/+1 | |
2012-01-18 | modem: Use __ofono_atom_find | Denis Kenzior | 1 | -9/+3 | |
Also remove defunct comment about registered status | |||||
2012-01-07 | modem: Tweak produced path | Denis Kenzior | 1 | -1/+1 | |
For drivers that contain digits at the end the currently produced path can be somewhat confusing. | |||||
2011-11-22 | modem: Add Type property to GetProperties result | Daniel Wagner | 1 | -0/+18 | |
2011-10-21 | devinfo: avoid crash if query_model not supported | Mikel Astiz | 1 | -0/+1 | |
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-07-29 | modem: Add some more debug outputs | Marcel Holtmann | 1 | -3/+11 | |
2011-07-19 | sim: Support SIM_STATE_LOCKED_OUT | Denis Kenzior | 1 | -0/+3 | |
2011-04-28 | modem: Don't allow setting online unless powered | Denis Kenzior | 1 | -0/+3 | |
2011-04-14 | modem: Fix entering offline mode prematurely | Denis Kenzior | 1 | -4/+16 | |
A contextual change to __ofono_modem_find_atom has caused us to enter into offline mode prematurely. find_atom was changed to return only the atoms that were registered, however the modem really has to know whether the sim atom is created (not registered) in order to know whether to wait for the SIM to be initialized or not. | |||||
2011-04-04 | modem: Tweak online logic if set_online is missing | Denis Kenzior | 1 | -1/+4 | |
In case set_online is missing, we should set online mode directly. If we're already online then set our state to Online, otherwise check if we should get Online. | |||||
2011-04-04 | modem: No need to set get_online on sim reset | Denis Kenzior | 1 | -3/+0 | |
When STK sends us a SIM Refresh resulting in a SIM reset, we should not set the online state as the modem should still keep us online anyway. | |||||
2011-04-04 | modem: Fix minor style violations | Denis Kenzior | 1 | -3/+4 | |
2011-04-04 | modem: modem state decoupled from rf state | Jeevaka Badrappan | 1 | -25/+55 | |
2011-04-04 | modem: restrict operations allowed in emergency | Jeevaka Badrappan | 1 | -0/+9 | |
2011-04-04 | modem: add increment/decrement emergency mode api | Jeevaka Badrappan | 1 | -0/+36 | |
2011-04-04 | modem: add Emergency property | Jeevaka Badrappan | 1 | -0/+4 | |
2011-04-04 | modem: add ofono_modem_get_emergency_mode api | Jeevaka Badrappan | 1 | -0/+6 | |
2011-03-30 | modem: Only find registered atoms | Denis Kenzior | 1 | -1/+1 | |
Change the semantics of __ofono_modem_find_atom to only return registered atoms. | |||||
2011-03-30 | devinfo: Register the devinfo atom | Denis Kenzior | 1 | -5/+19 | |
2011-03-30 | modem: Add __ofono_modem_foreach_registered_atom | Denis Kenzior | 1 | -0/+24 | |
2011-03-30 | modem: Remove more un-needed code | Denis Kenzior | 1 | -7/+0 | |
2011-03-30 | core: notify watches of already registered atoms | Mika Liljeberg | 1 | -1/+15 | |
2011-03-23 | emulator: add support for +GCAP | Olivier Guiter | 1 | -0/+7 | |
2011-02-17 | sim: Tweak the behavior of sim_refresh slightly | Denis Kenzior | 1 | -6/+11 | |
Instead of notifying everyone of sim_inserted condition, we should simply notify the modem directly. It is the only one interested in this particular change. This partly reverts an earlier commit: 9498ad6b5633e350eb529f8efbe08270d95c8003 | |||||
2011-02-17 | modem.c: Handle SIM Resets | Andrzej Zaborowski | 1 | -4/+8 | |
The assumption so far was that SIM state would only go from NOT_PRESENT -> INSERTED -> READY -> NOT_PRESENT because there's no method to unauthenticate from SIM without removing. We need to be able to switch to INSERTED when SIM is being reset, reinitialised, etc. because going to NOT_PRESENT and then immediately INSERTED would be logically wrong. | |||||
2011-02-17 | emulator: always create emulators in offline state | Frédéric Danis | 1 | -0/+14 | |
this allows to fix problem when atom created in online state are destroyed when modem goes to offline state | |||||
2011-02-16 | devinfo: Handle BT DUN +GMI/+GMM/+GMR commands | Denis Kenzior | 1 | -0/+78 | |
2011-02-10 | modem: Tweak online & powered watch APIs | Denis Kenzior | 1 | -2/+2 | |
2011-02-10 | modem: Fix up previous commit | Denis Kenzior | 1 | -4/+6 | |
2011-02-10 | modem Add powered watch API | Guillaume Zajac | 1 | -0/+47 | |
2011-02-05 | modem: M16 coding style fix | Jeevaka Badrappan | 1 | -3/+3 | |
2011-01-26 | modem: Simplify the modem lockdown modification | Marcel Holtmann | 1 | -26/+27 | |
2011-01-26 | modem: Be a bit more paranoid with lock_owner reset | Marcel Holtmann | 1 | -0/+4 | |
2011-01-26 | modem: do not allow more than one client to lock down | Rémi Denis-Courmont | 1 | -7/+6 | |
2011-01-23 | modem: Add feature entry for supplementary services | Marcel Holtmann | 1 | -0/+1 | |
2011-01-20 | core: Always return success to a no-op | Aki Niemi | 1 | -3/+3 | |
A SetProperty that doesn't actually change the Online property's state when no change to that state is pending, should not fail. It should always succeed regardless of the current modem state. | |||||
2011-01-13 | gps: add new interface to feature map | Rafael Ignacio Zurita | 1 | -0/+1 | |
2011-01-12 | core: M15 coding style fix | Jeevaka Badrappan | 1 | -3/+3 | |