commit | ed7e1fbeea1130b5e7a26d18e78c219db8d336a9 | [log] [tgz] |
---|---|---|
author | xf.li <xf.li@mobiletek.cn> | Thu Dec 28 15:03:45 2023 +0800 |
committer | Gerrit Code Review <jenkins2@jenkins2-Vostro-3690> | Thu Dec 28 15:03:45 2023 +0800 |
tree | 9e91238d09bb4b51ca6bdc2819eaf137193e5108 | |
parent | c221b9c1dcd3fc4d8bdec4a54aee6bea1b295fa2 [diff] | |
parent | e31de8bceaf3e9ea759e99e48b1b9d85e21cc52a [diff] |
Merge "[Feature][ZXW-452]merge P54U02 version"
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c index 0f46da9..2a113a1 100755 --- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c +++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c
@@ -239,12 +239,14 @@ int t106_early_suspend(void) { RLOGD("t106_early_suspend start\n"); + system("zlog_nvctrl -m 1"); return 0; } void t106_early_resume(void) { RLOGD("t106_early_resume start\n"); + system("zlog_nvctrl -m 0"); return NULL; } #endif