Author: wmb Date: 2007-10-02 09:20:53 +0200 (Tue, 02 Oct 2007) New Revision: 663
Modified: cpu/x86/pc/olpc/security.fth Log: q2c28 late addition 2 - fixed a problem with the sense of the x button when security isn't enabled via wp.
Modified: cpu/x86/pc/olpc/security.fth =================================================================== --- cpu/x86/pc/olpc/security.fth 2007-10-02 06:40:25 UTC (rev 662) +++ cpu/x86/pc/olpc/security.fth 2007-10-02 07:20:53 UTC (rev 663) @@ -710,16 +710,16 @@ button-rotate game-key? if show-warnings then show-child
- button-check button-x or game-key? if + ?toggle-secure + + secure? 0= if unfreeze text-on exit then + + button-check game-key? if unfreeze text-on else freeze dcon-freeze then
- ?toggle-secure - - secure? 0= if exit then - persistent-devkey? if exit then
get-my-sn if ." No serial number" cr show-sad security-failure then