Re: [REGRESSION]fan turns at highspeed after suspend2ram

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rafael J. Wysocki
Date: Monday, February 11, 2008 - 5:13 pm

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

OK, thanks.

Since _GTS and _BFS don't seem to be defined in your box's BIOS, please
try to apply the appended patch on top of the revert and see if that breaks
things again.

Thanks,
Rafael

---
 drivers/acpi/hardware/hwsleep.c |   11 -----------
 1 file changed, 11 deletions(-)

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
@@ -199,11 +199,6 @@ acpi_status acpi_enter_sleep_state_prep(
 		return_ACPI_STATUS(status);
 	}
 
-	status = acpi_evaluate_object(NULL, METHOD_NAME__GTS, &arg_list, NULL);
-	if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
-		return_ACPI_STATUS(status);
-	}
-
 	/* Setup the argument to _SST */
 
 	switch (sleep_state) {
@@ -554,12 +549,6 @@ acpi_status acpi_leave_sleep_state(u8 sl
 		ACPI_EXCEPTION((AE_INFO, status, "During Method _SST"));
 	}
 
-	arg.integer.value = sleep_state;
-	status = acpi_evaluate_object(NULL, METHOD_NAME__BFS, &arg_list, NULL);
-	if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
-		ACPI_EXCEPTION((AE_INFO, status, "During Method _BFS"));
-	}
-
 	/*
 	 * GPEs must be enabled before _WAK is called as GPEs
 	 * might get fired there
--
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)