From f296e1ad1f90ec91cc99641302fe36d9be83320d Mon Sep 17 00:00:00 2001 From: Bhanu Prakash Maiya Date: Mon, 12 Jul 2021 14:38:11 -0700 Subject: util/ectool: Add print info for BMI323 and BMA422 BRANCH=none BUG=b:178213305 TEST=Run ectool on Guybrush. Signed-off-by: Bhanu Prakash Maiya Change-Id: Ic7ac62f328618d939a71f3735e3c367af3ee5a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3021755 Tested-by: Bhanu Prakash Maiya Auto-Submit: Bhanu Prakash Maiya Commit-Queue: Diana Z Reviewed-by: Diana Z --- util/ectool.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/ectool.c') diff --git a/util/ectool.c b/util/ectool.c index a8be48fc35..8d2badaa2f 100644 --- a/util/ectool.c +++ b/util/ectool.c @@ -5296,6 +5296,12 @@ static int cmd_motionsense(int argc, char **argv) case MOTIONSENSE_CHIP_ICM42607: printf("icm42607\n"); break; + case MOTIONSENSE_CHIP_BMI323: + printf("bmi323\n"); + break; + case MOTIONSENSE_CHIP_BMA422: + printf("bma422\n"); + break; default: printf("unknown\n"); } -- cgit v1.2.1