Re: [REGRESSION]fan turns at highspeed after suspend2ram

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rafael J. Wysocki
Date: Tuesday, February 12, 2008 - 3:18 pm

On Tuesday, 12 of February 2008, Mirco Tischler wrote:

Ouch.  I think I know what the problem is.

On top of this patch, please apply the appended one and retest.

Thanks,
Rafael

---
 drivers/acpi/hardware/hwsleep.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/drivers/acpi/hardware/hwsleep.c
===================================================================
--- linux-2.6.orig/drivers/acpi/hardware/hwsleep.c
+++ linux-2.6/drivers/acpi/hardware/hwsleep.c
@@ -566,6 +566,7 @@ acpi_status acpi_leave_sleep_state(u8 sl
 		return_ACPI_STATUS(status);
 	}
 
+	arg.integer.value = sleep_state;
 	status = acpi_evaluate_object(NULL, METHOD_NAME__WAK, &arg_list, NULL);
 	if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
 		ACPI_EXCEPTION((AE_INFO, status, "During Method _WAK"));
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Sun Feb 10, 10:21 am)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Sun Feb 10, 11:54 am)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Sun Feb 10, 11:55 am)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Mon Feb 11, 8:56 am)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Mon Feb 11, 12:13 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Mon Feb 11, 12:15 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Mon Feb 11, 3:32 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Mon Feb 11, 4:05 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Mon Feb 11, 4:34 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Mon Feb 11, 4:49 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Mon Feb 11, 5:13 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Tue Feb 12, 3:05 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Tue Feb 12, 3:18 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Tue Feb 12, 4:20 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Tue Feb 12, 4:23 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Mirco Tischler, (Tue Feb 12, 5:08 pm)
Re: [REGRESSION]fan turns at highspeed after suspend2ram, Rafael J. Wysocki, (Tue Feb 12, 5:16 pm)