From 631235e56be0e3c2c97a90fc3c31aabda92f8923 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 14 Oct 2023 10:19:57 +0000 Subject: [PATCH] moby: sxmo_suspend: comment for future work to wake on Dino activity --- hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh b/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh index d0591850..144657e2 100755 --- a/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh +++ b/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh @@ -41,6 +41,8 @@ doas rtl8723cs-wowlan arp --dest-ip SELF # should in theory by covered by the above (TODO: remove this!), but for now hopefully helps wake-on-lan be more reliable? doas rtl8723cs-wowlan arp --dest-ip SELF --dest-mac ff:ff:ff:ff:ff:ff +# TODO: wake for Dino (call) traffic + echo "calling suspend for duration: $suspend_time" time_start="$(date "+%s")"