From 6de8b2be54f7481f4cac782630b137bf7de88956 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Tue, 12 Mar 2019 16:40:54 +0800 Subject: [PATCH] init.sh: set sleep.state=force for Microtech e-tab Pro The state means to put the device into deep sleep regardless of the wakeup_count interface. --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index b8e4a88..78432ec 100644 --- a/init.sh +++ b/init.sh @@ -190,6 +190,9 @@ function init_hal_power() HP*Omni*|OEMB|Surface*3|T10*TA) set_prop_if_empty sleep.state none ;; + e-tab*Pro) + set_prop_if_empty sleep.state force + ;; *) ;; esac -- 2.11.0