Distribution: Debian testing Hardware Environment: TP 600X Software Environment: Problem Description: Two of the thermal.c debugging infos forget to divide the polling_frequency by 10 to convert to seconds. Patch attached. Steps to reproduce: Turn on some acpi debugging, e.g. echo 0x1F > /proc/acpi/debug_level Change polling frequency, e.g. echo 10 > /proc/acpi/thermal_zone/THM2/polling_frequency You'll see 100 seconds instead of 10 seconds given in the syslog: acpi_thermal-0271 [15] acpi_thermal_set_polli: Polling frequency set to 100 seconds
Created attachment 5428 [details] Convert deciseconds to seconds for debug output
applied to acpi-test
shipped in 2.6.21-rc1 closed