TODO: Mark Lockdown task as done

This commit is contained in:
Gustavo F. Padovan 2010-12-22 18:18:19 -02:00 committed by Denis Kenzior
parent 0a7130432d
commit 926e29ab46
2 changed files with 4 additions and 12 deletions

12
TODO
View File

@ -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.

View File

@ -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
=======================