Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, koi would not suspend when the display is turned off. MCE does not explicitly request system suspend, it just keeps a wakelock when the system should be running and relies on in-kernel autosleep to suspend the system when no wakelocks are held. Since koi's in-kernel autosleep was not enabled, it would never suspend.
- Loading branch information