]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: remove panic in case hardware signature has changed after S4
authorOliver Neukum <oneukum@suse.de>
Mon, 15 Jul 2013 11:43:57 +0000 (13:43 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Jul 2013 18:54:33 +0000 (20:54 +0200)
commit6651990f9be74f7552aff748cf09d17767cdc5d7
treed459e0fd6236d88f1ab48cf188f71588ac7d8a74
parent919022c26d04b6903acb7fd5aa4c241064543590
ACPI: remove panic in case hardware signature has changed after S4

Some BIOSes change hardware signatures based on the state of a
laptop's lid.  When the lid is closed, the touchpad is disabled and
the checksum changes.

Windows 8 no longer aborts resume if the checksum has changed, so we
need to follow it in that respect, because many new machines are only
tested with Windows 8.

[rjw: Changelog]
Signed-off-by: Oliver Neukum <oneukum@suse.de>
No-objections-from: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c