Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118073
b: refs/heads/master
c: d8b105f
h: refs/heads/master
i:
  118071: 69e1c4b
v: v3
  • Loading branch information
Dmitry Baryshkov authored and John W. Linville committed Oct 27, 2008
1 parent 6892802 commit a3fd7b2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 35961627d3e7a4093eb307d782541700e9addec6
refs/heads/master: d8b105f900d93bd103c002bf4c923f50f16c5441
5 changes: 5 additions & 0 deletions trunk/net/rfkill/rfkill-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@ static struct input_handler rfkill_handler = {

static int __init rfkill_handler_init(void)
{
unsigned long last_run = jiffies - msecs_to_jiffies(500);
rfkill_wlan.last = last_run;
rfkill_bt.last = last_run;
rfkill_uwb.last = last_run;
rfkill_wimax.last = last_run;
return input_register_handler(&rfkill_handler);
}

Expand Down

0 comments on commit a3fd7b2

Please sign in to comment.