From 22da527ff57b1787e63eba95353ac10f62d6dec6 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Thu, 29 Apr 2021 19:26:52 +0200 Subject: [PATCH] Kindle: Enable AutoSuspend plugin (#7612) Kindles are not flagged canPowerOff, although that's technically not entirely warranted, but sorta makes sense. The Plugin already handles that sanely, and will only expose/honor the suspend timer. --- plugins/autosuspend.koplugin/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/autosuspend.koplugin/main.lua b/plugins/autosuspend.koplugin/main.lua index ae285ce65..c032c3765 100644 --- a/plugins/autosuspend.koplugin/main.lua +++ b/plugins/autosuspend.koplugin/main.lua @@ -1,6 +1,7 @@ local Device = require("device") if not Device:isCervantes() and + not Device:isKindle() and not Device:isKobo() and not Device:isRemarkable() and not Device:isSDL() and