commit | 580cffb7de85d16991e667f7d84d4dd4e0988846 | [log] [tgz] |
---|---|---|
author | Rashid Zafar <quic_rzafar@quicinc.com> | Mon Aug 15 14:51:54 2022 -0700 |
committer | Rashid Zafar <quic_rzafar@quicinc.com> | Mon Aug 15 14:51:54 2022 -0700 |
tree | d879ae47bd2a0d01e24658782b521c9fa32b8136 | |
parent | ab1e3c58366864a0795dd1fff31d74a20c61a70d [diff] |
thermal-hal: Update Kalama configuration for skin Update skin configuration for Kalama to use different sensor name and threshold settings. Change-Id: I94cb49c4a05092938802600f1e32002d75e0fa96
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index c8c5a75..01157de 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp
@@ -909,11 +909,11 @@ }, { TemperatureType::SKIN, - { "xo-therm" }, + { "skin-msm-therm" }, "skin", - 55000, + 46500, 95000, - 55000, + 46500, true, }, };