From: Lars Op den Kamp Date: Fri, 13 Dec 2013 00:56:32 +0000 (+0100) Subject: do not wake the system when exiting away mode X-Git-Tag: upstream/2.2.0~1^2~3^2~13 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=eb9465c95e465d884ad4db3b39ba207913936cea do not wake the system when exiting away mode --- diff --git a/src/LibCecTray/ui/CECTray.cs b/src/LibCecTray/ui/CECTray.cs index 1b2897b..ab04662 100644 --- a/src/LibCecTray/ui/CECTray.cs +++ b/src/LibCecTray/ui/CECTray.cs @@ -128,8 +128,9 @@ namespace LibCECTray.ui switch (pwr.Data) { case 0: - OnWake(); - return; + // do _not_ wake the pc when away mode is deactivated + //OnWake(); + //return; case 1: OnSleep(); return;