From: Matthew Garrett Date: Tue, 11 May 2010 17:49:25 +0000 (-0400) Subject: ACPI: Unconditionally set SCI_EN on resume X-Git-Tag: v2.6.35-rc1~20^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6dacf63e9fb2e7a1369843d6cef332f76fca6a3;p=pandora-kernel.git ACPI: Unconditionally set SCI_EN on resume The ACPI spec tells us that the firmware will reenable SCI_EN on resume. Reality disagrees in some cases. The ACPI spec tells us that the only way to set SCI_EN is via an SMM call. https://bugzilla.kernel.org/show_bug.cgi?id=13745 shows us that doing so may break machines. Tracing the ACPI calls made by Windows shows that it unconditionally sets SCI_EN on resume with a direct register write, and therefore the overwhelming probability is that everything is fine with this behaviour. Signed-off-by: Matthew Garrett Tested-by: Rafael J. Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed