Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3568a617 authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am f3b3fcb9: am b9886558: libsuspend: force autosleep off during init

* commit 'f3b3fcb9':
  libsuspend: force autosleep off during init
parents d4091b78 f3b3fcb9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -95,5 +95,8 @@ struct autosuspend_ops *autosuspend_autosleep_init(void)
    }

    ALOGI("Selected autosleep\n");

    autosuspend_autosleep_disable();

    return &autosuspend_autosleep_ops;
}