Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188046
b: refs/heads/master
c: 3e6e15a
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Dmitry Torokhov committed Mar 9, 2010
1 parent 2e6431b commit 8b244d7
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: 58b939959d228681208ba997595411fddc860849
refs/heads/master: 3e6e15a862a0bc20128497bbdc54254cdec21835
3 changes: 3 additions & 0 deletions trunk/drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *
strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name));
}

/* Keyboard ports are always supposed to be wakeup-enabled */
device_set_wakeup_enable(&dev->dev, true);

i8042_pnp_kbd_devices++;
return 0;
}
Expand Down

0 comments on commit 8b244d7

Please sign in to comment.