Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165231
b: refs/heads/master
c: c1edd99
h: refs/heads/master
i:
  165229: b394649
  165227: 5084c35
  165223: 9bcab3c
  165215: 8c76c0f
v: v3
  • Loading branch information
Alan Jenkins authored and Len Brown committed Aug 28, 2009
1 parent 64fc6be commit b7ad3d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a47461011a0f5110c497b9b163d1125d258418b2
refs/heads/master: c1edd99f1c2b0285ce810d217180bf37bbae550e
9 changes: 4 additions & 5 deletions trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b7ad3d7

Please sign in to comment.