Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165230
b: refs/heads/master
c: a474610
h: refs/heads/master
v: v3
  • Loading branch information
Alan Jenkins authored and Len Brown committed Aug 28, 2009
1 parent b394649 commit 64fc6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffb03575284e0f72d7ea001178c793afa265b8b5
refs/heads/master: a47461011a0f5110c497b9b163d1125d258418b2
3 changes: 3 additions & 0 deletions trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,9 @@ static int eeepc_hotk_resume(struct acpi_device *device)
if (ehotk->bluetooth_rfkill)
rfkill_set_sw_state(ehotk->bluetooth_rfkill,
get_acpi(CM_ASL_BLUETOOTH) != 1);
if (ehotk->wwan3g_rfkill)
rfkill_set_sw_state(ehotk->wwan3g_rfkill,
get_acpi(CM_ASL_3G) != 1);

return 0;
}
Expand Down

0 comments on commit 64fc6be

Please sign in to comment.