summarylogtreecommitdiffstats
path: root/dont-mess-with-fans.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dont-mess-with-fans.patch')
-rw-r--r--dont-mess-with-fans.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dont-mess-with-fans.patch b/dont-mess-with-fans.patch
new file mode 100644
index 000000000000..d2b225c85ebb
--- /dev/null
+++ b/dont-mess-with-fans.patch
@@ -0,0 +1,13 @@
+diff --git a/src/core/components/controls/amd/fan/auto/fanauto.cpp b/src/core/components/controls/amd/fan/auto/fanauto.cpp
+index 021d6aa..7ea6062 100644
+--- a/src/core/components/controls/amd/fan/auto/fanauto.cpp
++++ b/src/core/components/controls/amd/fan/auto/fanauto.cpp
+@@ -59,8 +59,4 @@ void AMD::FanAuto::cleanControl(ICommandQueue &)
+
+ void AMD::FanAuto::syncControl(ICommandQueue &ctlCmds)
+ {
+- if (dataSource_->read(pwmEnable_)) {
+- if (pwmEnable_ != 2)
+- ctlCmds.add({dataSource_->source(), "2"});
+- }
+ }