Fix calculation of S3 power state, remove S4 power state

This commit is contained in:
Jeremy Soller
2020-03-17 12:49:11 -06:00
parent 7fbad82088
commit d96147688d
6 changed files with 18 additions and 57 deletions

View File

@@ -5,8 +5,6 @@ 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,