diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-12-22 18:18:19 -0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-12-22 18:42:46 -0600 |
commit | 926e29ab46afa6fb8becf1b8c983ab1a3f19fda8 (patch) | |
tree | 440d474aaf1c43081405ef91d5840aeb8c1792a7 | |
parent | 0a7130432d7ed6093811f1b860c6b37a61f94eaa (diff) | |
download | ofono-926e29ab46afa6fb8becf1b8c983ab1a3f19fda8.tar.bz2 |
TODO: Mark Lockdown task as done
-rw-r--r-- | TODO | 12 | ||||
-rw-r--r-- | doc/features.txt | 4 |
2 files changed, 4 insertions, 12 deletions
@@ -408,18 +408,6 @@ Miscellaneous Complexity: C8 Owner: Jukka Saunamäki <jukka.saunamaki@nokia.com> -- Add support for Modem 'power down & lock' and 'unlock & power up'. When the - 'power down & lock' is given, the calling application is noted and all - other applications are blocked from powering up the modem. Only the calling - application can lift the lock. Alternatively, if the calling application - exits prematurely the lock is lifted as well. - - The proposed property name is "Lockdown" as part of the Modem interface. - - Priority: Medium - Complexity: C2 - Owner: Gustavo F Padovan <padovan@profusion.mobi> - - Add support for GPS power control atom. Many modem manufacturers provide a GPS unit with their modem hardware. This unit can be turned on or off and frequently takes over one of the tty ports that the modem provides. diff --git a/doc/features.txt b/doc/features.txt index 5c7d6c19..3f741b73 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -165,6 +165,10 @@ Modem itself. Now oFono can be notified when a reset happens and do proper work to put the modem back to work restoring the state before the reset. +- Lockdown support. Through the Lockdown property on the Modem D-Bus API, one + can power down the modem and lock it disallowing any other application to + use that modem. Useful for firmware update and similar stuff. + Short Messaging Service ======================= |