summaryrefslogtreecommitdiff
path: root/util/ectool.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ectool.c')
-rw-r--r--util/ectool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/ectool.c b/util/ectool.c
index fe681b675f..63b8477db1 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -5036,6 +5036,9 @@ static int cmd_motionsense(int argc, char **argv)
case MOTIONSENSE_CHIP_LIS2DWL:
printf("lis2dwl\n");
break;
+ case MOTIONSENSE_CHIP_LIS2DS:
+ printf("lis2ds\n");
+ break;
default:
printf("unknown\n");
}