Improve power handling to eliminate lockups

This commit is contained in:
Jeremy Soller
2020-03-17 11:12:59 -06:00
parent f179052dcb
commit 7fbad82088
6 changed files with 276 additions and 126 deletions

View File

@@ -5,6 +5,8 @@ enum PowerState {
POWER_STATE_DEFAULT,
POWER_STATE_DS5,
POWER_STATE_S5,
POWER_STATE_DS4,
POWER_STATE_S4,
POWER_STATE_DS3,
POWER_STATE_S3,
POWER_STATE_S0,