Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on Toshiba Satellite A40

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Frans Pop <elendil@...>, Alexey Starikovskiy <aystarik@...>
Cc: Pavel Machek <pavel@...>, <linux-acpi@...>, <linux-kernel@...>, Maciek Rutecki <maciej.rutecki@...>
Date: Thursday, September 20, 2007 - 4:53 pm

On Thursday, 20 September 2007 22:32, Frans Pop wrote:

Alexey, do you agree?

(patch reproduced below for convenience).

diff --git a/drivers/acpi/sleep/main.c b/drivers/acpi/sleep/main.c
index 638172f..85633c5 100644
--- a/drivers/acpi/sleep/main.c
+++ b/drivers/acpi/sleep/main.c
@@ -401,9 +401,11 @@ int __init acpi_sleep_init(void)
        if (acpi_disabled)
                return 0;
 
-printk(KERN_INFO PREFIX "(supports");
+       sleep_states[ACPI_STATE_S0] = 1;
+       printk(KERN_INFO PREFIX "(supports S0");
+
 #ifdef CONFIG_SUSPEND
-       for (i = ACPI_STATE_S0; i < ACPI_STATE_S4; i++) {
+       for (i = ACPI_STATE_S1; i < ACPI_STATE_S4; i++) {
                status = acpi_get_sleep_type_data(i, &type_a, &type_b);
                if (ACPI_SUCCESS(status)) {
                        sleep_states[i] = 1;
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Alexey Starikovskiy, (Thu Sep 20, 1:29 pm)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Alexey Starikovskiy, (Thu Sep 20, 2:33 pm)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Rafael J. Wysocki, (Thu Sep 20, 4:07 pm)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Rafael J. Wysocki, (Thu Sep 20, 4:53 pm)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Alexey Starikovskiy, (Fri Sep 21, 10:04 am)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Rafael J. Wysocki, (Fri Sep 21, 10:33 am)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on ..., Romano Giannetti, (Thu Sep 20, 12:59 pm)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Alexey Starikovskiy, (Thu Sep 20, 12:34 pm)
Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on T..., Rafael J. Wysocki, (Thu Sep 20, 4:01 pm)