diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 2a5982e532f8..3696cab40598 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -624,6 +624,9 @@ static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id * | |||
624 | strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name)); | 624 | strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name)); |
625 | } | 625 | } |
626 | 626 | ||
627 | /* Keyboard ports are always supposed to be wakeup-enabled */ | ||
628 | device_set_wakeup_enable(&dev->dev, true); | ||
629 | |||
627 | i8042_pnp_kbd_devices++; | 630 | i8042_pnp_kbd_devices++; |
628 | return 0; | 631 | return 0; |
629 | } | 632 | } |