Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-12-22 | modem: Fix a typo | Denis Kenzior | 1 | -1/+2 | |
The modem should be offline not online | |||||
2010-12-22 | modem: Implement some race-condition avoidance | Denis Kenzior | 1 | -4/+39 | |
2010-12-22 | modem: add Lockdown property to Modem interface | Gustavo F. Padovan | 1 | -0/+135 | |
Setting Lockdown to TRUE means power down the modem and hold a lock that only permits the lock's owner power up the modem back. When released it restores the last state of the modem before holding the lock. | |||||
2010-12-17 | modem: restore state when resetting the modem | Gustavo F. Padovan | 1 | -24/+36 | |
2010-12-07 | Add ofono_modem_reset() | Gustavo F. Padovan | 1 | -0/+20 | |
Some modems can screw up everything and then we will need to do a silent reset of the modem. This patch take the modem back to the OFFLINE state. | |||||
2010-12-07 | modem: only unref pending if it is a powered pending | Gustavo F. Padovan | 1 | -1/+2 | |
2010-11-29 | core: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -7/+7 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-24 | text-telephony: add new interface to feature map | Lucas De Marchi | 1 | -0/+1 | |
2010-11-22 | modem: Don't notify online watches the first time | Denis Kenzior | 1 | -2/+2 | |
We should not notify the online watches when we enter the OFFLINE state for the first time. We should only do so when we go from ONLINE state into the OFFLINE state. | |||||
2010-11-22 | modem: Miscellaneous style fixes | Denis Kenzior | 1 | -4/+7 | |
2010-11-22 | modem: add modem online-offline watch | Andras Domokos | 1 | -0/+46 | |
2010-11-22 | src: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -4/+4 | |
2010-11-19 | modem: Fix small coding style issue | Marcel Holtmann | 1 | -1/+1 | |
2010-11-17 | modem: Fix up doc typo | Denis Kenzior | 1 | -2/+1 | |
2010-11-15 | Simplify ofono_modem_set_powered() logic | Gustavo F. Padovan | 1 | -22/+25 | |
2010-10-25 | modem: Add ofono_modem_is_registered | Denis Kenzior | 1 | -0/+11 | |
2010-10-21 | modem: add debugs to monitor modem state changes | Petteri Tikander | 1 | -0/+4 | |
2010-09-28 | modem: Add modemwatch watchlist functions | Denis Kenzior | 1 | -0/+50 | |
Used for registering to modem added & removed notifications | |||||
2010-09-28 | modem: Minor style fix | Denis Kenzior | 1 | -6/+8 | |
2010-09-09 | modem: Add __ofono_modem_foreach | Denis Kenzior | 1 | -0/+11 | |
2010-09-09 | manager: Add ModemRemoved signal | Denis Kenzior | 1 | -0/+12 | |
2010-09-09 | manager: Add ModemAdded signal | Denis Kenzior | 1 | -0/+29 | |
2010-09-09 | modem: Remove unneeded functions | Denis Kenzior | 1 | -47/+0 | |
2010-09-09 | modem: Break out append_modem_properties | Denis Kenzior | 1 | -26/+30 | |
2010-08-30 | modem: Skip waiting for sim_ready if no sim atom | Denis Kenzior | 1 | -28/+38 | |
For modems that do not have a SIM atom (e.g. HFP, DUN) we should skip waiting for the sim_ready notification that will never arrive. | |||||
2010-08-30 | sim: Turn around the order of arguments | Denis Kenzior | 1 | -3/+3 | |
The void *user argument was first. It should be last instead to be consistent with the other watch functions. | |||||
2010-08-30 | modem: Reset unregister when atom is unregistered | Denis Kenzior | 1 | -0/+1 | |
2010-08-30 | modem: Fix turning off modem in immediate case | Denis Kenzior | 1 | -0/+2 | |
If the driver does not return EINPROGRESS we don't set the modem to the off state properly | |||||
2010-08-30 | modem: minor style fix | Denis Kenzior | 1 | -2/+2 | |
2010-08-19 | gprs: Update GPRS related DBus interface names | Denis Kenzior | 1 | -1/+1 | |
2010-08-19 | sms: Update SmsManager to MessageManager | Denis Kenzior | 1 | -1/+1 | |
2010-07-21 | Fix: Free modem name in ofono_modem_remove | Zhenhua Zhang | 1 | -0/+1 | |
Avoid the memory leak of modem name. | |||||
2010-07-17 | Add feature identifier for SIM Toolkit | Marcel Holtmann | 1 | -0/+1 | |
2010-06-12 | Just call the feature "net" instead of "netreg" | Marcel Holtmann | 1 | -1/+1 | |