Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165251
b: refs/heads/master
c: 52cc96b
h: refs/heads/master
i:
  165249: eb26e56
  165247: a60fed7
v: v3
  • Loading branch information
Alan Jenkins authored and Len Brown committed Aug 29, 2009
1 parent 911a038 commit c9ef5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a8258069793609903b5ebf0bca3320249154c379
refs/heads/master: 52cc96bd5b61775db2792780c610979fc02313eb
2 changes: 2 additions & 0 deletions trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ static void eeepc_backlight_exit(void)

static void eeepc_rfkill_exit(void)
{
eeepc_unregister_rfkill_notifier("\\_SB.PCI0.P0P5");
eeepc_unregister_rfkill_notifier("\\_SB.PCI0.P0P6");
eeepc_unregister_rfkill_notifier("\\_SB.PCI0.P0P7");
if (ehotk->wlan_rfkill) {
Expand Down Expand Up @@ -1101,6 +1102,7 @@ static int eeepc_rfkill_init(struct device *dev)
if (result == -EBUSY)
result = 0;

eeepc_register_rfkill_notifier("\\_SB.PCI0.P0P5");
eeepc_register_rfkill_notifier("\\_SB.PCI0.P0P6");
eeepc_register_rfkill_notifier("\\_SB.PCI0.P0P7");
/*
Expand Down

0 comments on commit c9ef5ad

Please sign in to comment.