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.
This commit is contained in:
NiLuJe
2021-04-29 19:26:52 +02:00
committed by GitHub
parent 9ef435c97a
commit 22da527ff5

View File

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