summaryrefslogtreecommitdiff
path: root/thermalCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thermalCommon.cpp')
-rw-r--r--thermalCommon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermalCommon.cpp b/thermalCommon.cpp
index 02c14e1..3f0c997 100644
--- a/thermalCommon.cpp
+++ b/thermalCommon.cpp
@@ -107,6 +107,7 @@ static std::unordered_map<std::string, cdevType> cdev_map = {
{"cdsp", cdevType::NPU},
{"cdsp_hw", cdevType::NPU},
{"battery", cdevType::BATTERY},
+ {"fan-max31760", cdevType::FAN},
};
ThermalCommon::ThermalCommon()