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

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

am b9886558: libsuspend: force autosleep off during init

* commit 'b9886558':
  libsuspend: force autosleep off during init
parents 4f5cec04 b9886558
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;
}