commit | be5c975da59e80e46ca40a8bbdc76549f677e124 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Mon Nov 28 22:22:15 2022 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Nov 28 22:22:15 2022 -0800 |
tree | bd7b20c81700300825edcefca9bdf9ddfa18a5c3 | |
parent | 0fd158576d84b4c65465c79c8667419b97d9520c [diff] | |
parent | ea4041cbb2a19facc423872bf1b0c1ca94065213 [diff] |
Merge "thermal-hal: Add fan cdev type thermal hal support for Anorak"
diff --git a/thermalCommon.cpp b/thermalCommon.cpp index c8ee706..6ca95ae 100644 --- a/thermalCommon.cpp +++ b/thermalCommon.cpp
@@ -117,6 +117,7 @@ {"cdsp", cdevType::NPU}, {"cdsp_hw", cdevType::NPU}, {"battery", cdevType::BATTERY}, + {"fan-max31760", cdevType::FAN}, }; ThermalCommon::ThermalCommon()