MikaelStrom / macfanctld

Fan control for MacBook, available on mactel PPA
64 stars 36 forks source link

compute fan speed within fan_min and fan_max #13

Open pyrovski opened 11 years ago

pyrovski commented 11 years ago

The computed fan speeds had an error in their calculations. They were effectively setting fan speeds between 0 and (fan_max - fan_min). These changes correct the calculations to set fan speeds between fan_min and fan_max.

gaul commented 11 years ago

+1, previously the fan did not kick in until higher temperatures.