aboutsummaryrefslogtreecommitdiffstats
path: root/include/pwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pwr.h')
-rw-r--r--include/pwr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pwr.h b/include/pwr.h
index ab1a23e..92be615 100644
--- a/include/pwr.h
+++ b/include/pwr.h
@@ -30,8 +30,8 @@
#define IPC_PWR_BATT_COMP 0x0106
#define IPC_PWR_PHONE_STATE 0x0107
-#define IPC_PWR_PHONE_STATE_LPM 0x0
-#define IPC_PWR_PHONE_STATE_NORMAL 0x2
+#define IPC_PWR_PHONE_STATE_LPM 0x0001
+#define IPC_PWR_PHONE_STATE_NORMAL 0x0202
#endif