merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev
diff --git a/include/hardware/power.h b/include/hardware/power.h
index 6c55061..89d57ed 100644
--- a/include/hardware/power.h
+++ b/include/hardware/power.h
@@ -28,7 +28,6 @@
#define POWER_MODULE_API_VERSION_0_1 HARDWARE_MODULE_API_VERSION(0, 1)
#define POWER_MODULE_API_VERSION_0_2 HARDWARE_MODULE_API_VERSION(0, 2)
-
/**
* The id of this module
*/
@@ -41,6 +40,11 @@
typedef enum {
POWER_HINT_VSYNC = 0x00000001,
POWER_HINT_INTERACTION = 0x00000002,
+ /* DO NOT USE POWER_HINT_VIDEO_ENCODE/_DECODE! They will be removed in
+ * KLP.
+ */
+ POWER_HINT_VIDEO_ENCODE = 0x00000003,
+ POWER_HINT_VIDEO_DECODE = 0x00000004
} power_hint_t;
/**