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 <manafm@codeaurora.org> Signed-off-by: UtsavisGreat <utsavbalar1231@gmail.com> Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user