wakeup source - power management
AYAN KUMAR HALDER
ayankumarh at gmail.com
Mon Sep 8 14:43:22 EDT 2014
>
> How should a wakeup source for a device be configured in code.
> I could not find it documented anywhere.
>
Check out drivers/input/keyboard/samsung-keypad.c. It is configured as
a wakeup source:-
1. device_init_wakeup() - configuring the device to be of wakeup type
2. enable_irq_wake() - configuring the interrupt to be of wakeup type.
True, I could not find the documentation for the same.
Regards,
Ayan Kumar Halder
More information about the Kernelnewbies
mailing list