Enable irq wakeups
This is needed for crust to wake us up on an incoming call. Thanks to smaeul in #crust for the tip. Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
parent
c94e58f6d2
commit
2cec0fc3be
1 changed files with 7 additions and 0 deletions
|
@ -76,6 +76,13 @@ configuresuspendsettingsandwakeupsources()
|
||||||
"enabled"
|
"enabled"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Enable IRQ wakeup source
|
||||||
|
fprintf(stderr, "Enable irq wakeup source\n");
|
||||||
|
writefile(
|
||||||
|
"/sys/devices/platform/gpio-keys/power/wakeup",
|
||||||
|
"enabled"
|
||||||
|
);
|
||||||
|
|
||||||
// Enable rtc wakeup source
|
// Enable rtc wakeup source
|
||||||
fprintf(stderr, "Enable rtc wakeup source\n");
|
fprintf(stderr, "Enable rtc wakeup source\n");
|
||||||
writefile(
|
writefile(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue