More standby/mtk comments

reviewable/pr11737/r5
NiLuJe 4 weeks ago
parent 140fe21686
commit 003d33370b

@ -952,7 +952,7 @@ function Kobo:init()
-- Only enable a single core on startup
self:enableCPUCores(1)
-- On MTK, the "standby" power state is unavailable, and Nickel instead uses "mem"
-- On MTK, the "standby" power state is unavailable, and Nickel instead uses "mem" (and /sys/power/mem_sleep doesn't exist either)
if self:isMTK() then
self.standby_state = "mem"
end

Loading…
Cancel
Save