summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 812c930272..961706fea2 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -715,6 +715,7 @@ static int host_command_get_features(struct host_cmd_handler_args *args)
memset(r, 0, sizeof(*r));
r->flags[0] = get_feature_flags0();
+ r->flags[1] = get_feature_flags1();
return EC_RES_SUCCESS;
}
DECLARE_HOST_COMMAND(EC_CMD_GET_FEATURES,