From b7ad3d7c6dd5ad91709c2ecfb7867de7fa1c7ad4 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Fri, 28 Aug 2009 12:56:39 +0000 Subject: [PATCH] --- yaml --- r: 165231 b: refs/heads/master c: c1edd99f1c2b0285ce810d217180bf37bbae550e h: refs/heads/master i: 165229: b394649f15496337c240b77b359017dc6f6bc90a 165227: 5084c350b38aa92939cd1fc352069938d378e6fe 165223: 9bcab3c2f67df63cda787c8d5c77e8cdb401633a 165215: 8c76c0f45a681b1a1ce5f4e2b195c2ae95ad645b v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/eeepc-laptop.c | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index a62eb6e8fff7..c57789088cbb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a47461011a0f5110c497b9b163d1125d258418b2 +refs/heads/master: c1edd99f1c2b0285ce810d217180bf37bbae550e diff --git a/trunk/drivers/platform/x86/eeepc-laptop.c b/trunk/drivers/platform/x86/eeepc-laptop.c index 8a3200430f10..df68ae6a55d5 100644 --- a/trunk/drivers/platform/x86/eeepc-laptop.c +++ b/trunk/drivers/platform/x86/eeepc-laptop.c @@ -826,11 +826,10 @@ static int eeepc_hotk_resume(struct acpi_device *device) if (ehotk->wlan_rfkill) { bool wlan; - /* Workaround - it seems that _PTS disables the wireless - without notification or changing the value read by WLAN. - Normally this is fine because the correct value is restored - from the non-volatile storage on resume, but we need to do - it ourself if case suspend is aborted, or we lose wireless. + /* + * Work around bios bug - acpi _PTS turns off the wireless led + * during suspend. Normally it restores it on resume, but + * we should kick it ourselves in case suspend is aborted. */ wlan = get_acpi(CM_ASL_WLAN); set_acpi(CM_ASL_WLAN, wlan);