diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2009-08-28 08:56:39 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-28 15:21:11 -0400 |
commit | c1edd99f1c2b0285ce810d217180bf37bbae550e (patch) | |
tree | 67d42ad9690ef5be75a7bf80626455a5d57cf4c9 /drivers/platform | |
parent | a47461011a0f5110c497b9b163d1125d258418b2 (diff) |
eeepc-laptop: correct the description of the hibernation abort bug
Actually it is only the LED which is affected. The bios bug does not
disable the wifi.
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 8a3200430f10..df68ae6a55d5 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -826,11 +826,10 @@ static int eeepc_hotk_resume(struct acpi_device *device) | |||
826 | if (ehotk->wlan_rfkill) { | 826 | if (ehotk->wlan_rfkill) { |
827 | bool wlan; | 827 | bool wlan; |
828 | 828 | ||
829 | /* Workaround - it seems that _PTS disables the wireless | 829 | /* |
830 | without notification or changing the value read by WLAN. | 830 | * Work around bios bug - acpi _PTS turns off the wireless led |
831 | Normally this is fine because the correct value is restored | 831 | * during suspend. Normally it restores it on resume, but |
832 | from the non-volatile storage on resume, but we need to do | 832 | * we should kick it ourselves in case suspend is aborted. |
833 | it ourself if case suspend is aborted, or we lose wireless. | ||
834 | */ | 833 | */ |
835 | wlan = get_acpi(CM_ASL_WLAN); | 834 | wlan = get_acpi(CM_ASL_WLAN); |
836 | set_acpi(CM_ASL_WLAN, wlan); | 835 | set_acpi(CM_ASL_WLAN, wlan); |