diff --git a/platform/kindle/koreader.sh b/platform/kindle/koreader.sh index ce2329f75..ece131488 100755 --- a/platform/kindle/koreader.sh +++ b/platform/kindle/koreader.sh @@ -168,7 +168,7 @@ if [ -d /mnt/us/linkfonts/fonts ] ; then fi # check if we need to disable the system passcode, because it messes with us in fun and interesting (and, more to the point, intractable) ways... -# NOTE: The most egregious one being that it inhibits the power button event on wakeup until the passcode is validated, which we can't do, since we capture all input... +# NOTE: The most egregious one being that it inhibits the outOfScreenSaver event on wakeup until the passcode is validated, which we can't do, since we capture all input... if [ -f "/var/local/system/userpasswdenabled" ] ; then logmsg "Disabling system passcode . . ." rm -f "/var/local/system/userpasswdenabled"