commit | 67710fc442350bb1049943ae75169c3d37fcf2d6 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Fri Jan 06 02:17:29 2023 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jan 06 02:17:29 2023 -0800 |
tree | bc404f27495371679db6fa1d4fa4b2f8bbd8bec2 | |
parent | 899d0cda00660be241bb3e7f790329f98e79a046 [diff] | |
parent | 7c1757103d0748c604fd1b36c80568249b3bc0a4 [diff] |
Merge "thermal-hal: Add fan cdev type in thermal-hal support for Kalama HHG"
diff --git a/thermalCommon.cpp b/thermalCommon.cpp index 02c14e1..3f0c997 100644 --- a/thermalCommon.cpp +++ b/thermalCommon.cpp
@@ -107,6 +107,7 @@ {"cdsp", cdevType::NPU}, {"cdsp_hw", cdevType::NPU}, {"battery", cdevType::BATTERY}, + {"fan-max31760", cdevType::FAN}, }; ThermalCommon::ThermalCommon()