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.
reviewable/pr7620/r1
NiLuJe 3 years ago committed by GitHub
parent 9ef435c97a
commit 22da527ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save