KernelAdiutor
KernelAdiutor copied to clipboard
Decrease supported minimum temperature of the thermal driver
Hi i am currently using a different sensor (https://github.com/DerRomtester/one_plus_one/commit/f8b5497adba88c3f0e237ac3d6d13490cd0e90ec) for temperature polling and currently i have set the throttle freq to 46°C but kernel adiuter says that this value is unsupported so could you decrease that value from 50 to 40. /sys/module/msm_thermal/paramters/temp_threshold
and could you also add /sys/module/msm_thermal/paramters/temp_scan_interval
Values are in milliseconds e.g. the value 250 = 0.25 seconds
Scans the temperature of the sensor every 0.25 seconds. I dont know how to express that better. Maybe you could write: Scans the temperature in milliseconds or sth like that.