Add a sleep after kobo resume to resolve partial blank screen issue (#1874)

This commit is contained in:
Zijie He
2016-03-10 15:33:03 -08:00
parent 4b34067474
commit 767e6e2b71

View File

@@ -143,6 +143,7 @@ end
function Kobo:resume()
os.execute("echo 0 > /sys/power/state-extended")
os.execute("sleep 0.1")
-- cf. #1862, I can reliably break IR touch input on resume...
if os.getenv("FROM_NICKEL") == "true" then
local f = io.open("/sys/devices/virtual/input/input1/neocmd", "r")