https://bugzilla.kernel.org/show_bug.cgi?id=19452
--- Comment #19 from Lan Tianyu <tianyu....@intel.com> 2013-06-28 08:05:48 --- Could you apply the following patch and use acpi_listen to catch acpi event? Compare the result when temperature is rising before or after system suspend. diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index a33821c..3cf1816 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -976,6 +976,7 @@ static void acpi_thermal_notify(struct acpi_device *device, u32 event) switch (event) { case ACPI_THERMAL_NOTIFY_TEMPERATURE: acpi_thermal_check(tz); + acpi_bus_generate_proc_event(device, event, 0); break; case ACPI_THERMAL_NOTIFY_THRESHOLDS: acpi_thermal_trips_update(tz, ACPI_TRIPS_REFRESH_THRESHOLDS); -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla