From 246d718313e8d999f44c519e899b4fa09ed973a9 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Wed, 20 Feb 2019 17:39:04 +0800 Subject: [PATCH] init.sh: disable suspend of VMware --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 1c3462f..2287b62 100644 --- a/init.sh +++ b/init.sh @@ -199,7 +199,7 @@ function init_hal_power() # TODO case "$PRODUCT" in - HP*Omni*|OEMB|Standard*PC*|Surface*3|T10*TA) + HP*Omni*|OEMB|Standard*PC*|Surface*3|T10*TA|VMware*) set_prop_if_empty sleep.state none ;; *) -- 2.11.0