diff --git a/programs/sxmo_screenlock.c b/programs/sxmo_screenlock.c index 03d74e2..7ee66a7 100644 --- a/programs/sxmo_screenlock.c +++ b/programs/sxmo_screenlock.c @@ -76,6 +76,13 @@ configuresuspendsettingsandwakeupsources() "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 fprintf(stderr, "Enable rtc wakeup source\n"); writefile(