From 300e256bfacaaeaf7f055a6a750a4ded133c52b9 Mon Sep 17 00:00:00 2001 From: UtsavisGreat Date: Tue, 18 Jun 2019 04:37:34 +0000 Subject: [PATCH] sanders: thermal-engine: pull changes from tag 'LA.UM.7.6.r1-05300-89xx' thermal-engine: Update thermal client header for kernel zone update Update thermal client header library to add support for kernel thermal zone config update. Change-Id: I691b5bebd298300a1ac5b61f0d62318f613ea89e author : Manaf Meethalavalappu Pallikunhi Signed-off-by: UtsavisGreat Signed-off-by: ronaxdevil --- thermal-engine/thermal_client.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/thermal-engine/thermal_client.h b/thermal-engine/thermal_client.h index 37e8731..dda35ff 100644 --- a/thermal-engine/thermal_client.h +++ b/thermal-engine/thermal_client.h @@ -42,12 +42,17 @@ enum supported_fields { UNKNOWN_FIELD = 0x0, DISABLE_FIELD = 0x1, SAMPLING_FIELD = 0x2, + POLLING_DELAY_FIELD = SAMPLING_FIELD, THRESHOLDS_FIELD = 0x4, SET_POINT_FIELD = THRESHOLDS_FIELD, THRESHOLDS_CLR_FIELD = 0x8, SET_POINT_CLR_FIELD = THRESHOLDS_CLR_FIELD, ACTION_INFO_FIELD = 0x10, - SUPPORTED_FIELD_MAX = 0x20, + UPPER_LIMIT_FIELD = ACTION_INFO_FIELD, + LOWER_LIMIT_FIELD = 0x20, + PASSIVE_DELAY_FIELD = 0x40, + + SUPPORTED_FIELD_MAX = 0x80, }; enum field_data_type {