[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [patch] therm_adt746x.c



> hi michael,
> 
> i struggeled with the same problem - the patch works fine!
> 
> is it possible to setup a minimum speed as default?
> so the temperature would not rise up that fast.
>
One possible approach would be the change of this line

new_speed = ( ( new_speed * step ) + th->last_speed[fan_number] ) / 2;

to

new_speed = ( ( new_speed * step ) + fan_speed + th->last_speed[fan_number] ) / 2;



This should do the trick and you can set it using the modules parameter
"fan_speed".

HTH,
Michael





Reply to: