Releases: stenri/TPFanControl
TPFanControl now works properly even during heavy CPU load.
This release includes a patch from grant.furgiuele that greately improves TPFanControl's EC Read/Write functionality.
grant.furgiuele's commit description:
Cleaned up the EC Read function and added a loop to both the Read and Write functions to immediately retry the whole EC Read/write setup process (clearing of EC I/O Buffers and requesting the I/O Action (read/write) and memory address) before giving up reading or writing data from the EC. This fixes the many EC read errors, hopefully adds a little robustness to the EC write process, and keeps TPFanControl working properly even during heavy CPU load.
TPFanControl now correctly controls both fans on Lenovo ThinkPad P53.
I added a fix that allows TPFanControl to correctly control both fans - FAN1 and FAN2 on Lenovo ThinkPad P53.
Old temporary fix that sets "Mode: BIOS => Mode: Manual 1 => Mode: Manual 0" when temperature goes below 50C is now obsolete and has been removed.
Initial fix to allow TPFanControl to turn off both fans when temperature < 50C
0.63a fancontrol: increase delays in "fans off" code. Change version to "0.…