From 6f509c922c97ceefc768a11ad14958f79cfe9d2e Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Fri, 4 Mar 2022 12:43:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=94=AF=E6=8C=81suspend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xionglei6 --- services/param/trigger/trigger_processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/param/trigger/trigger_processor.c b/services/param/trigger/trigger_processor.c index 4b1f548e..44d8cac5 100755 --- a/services/param/trigger/trigger_processor.c +++ b/services/param/trigger/trigger_processor.c @@ -228,7 +228,7 @@ static int GetTriggerType(const char *type) } const char *triggerTypeStr[] = { "pre-init", "boot", "early-init", "init", "early-init", "late-init", "post-init", - "fs", "early-fs", "post-fs", "late-fs", "early-boot", "post-fs-data", "reboot" + "fs", "early-fs", "post-fs", "late-fs", "early-boot", "post-fs-data", "reboot", "suspend" }; for (size_t i = 0; i < ARRAY_LENGTH(triggerTypeStr); i++) { if (strcmp(triggerTypeStr[i], type) == 0) { -- GitLab