device/generic/common
修訂 | 6de8b2be54f7481f4cac782630b137bf7de88956 (tree) |
---|---|
時間 | 2019-03-12 17:47:07 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
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.
@@ -190,6 +190,9 @@ function init_hal_power() | ||
190 | 190 | HP*Omni*|OEMB|Surface*3|T10*TA) |
191 | 191 | set_prop_if_empty sleep.state none |
192 | 192 | ;; |
193 | + e-tab*Pro) | |
194 | + set_prop_if_empty sleep.state force | |
195 | + ;; | |
193 | 196 | *) |
194 | 197 | ;; |
195 | 198 | esac |