summaryrefslogtreecommitdiff
path: root/common/body_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/body_detection.c')
-rw-r--r--common/body_detection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/body_detection.c b/common/body_detection.c
index d9a99ba5f2..34257dd633 100644
--- a/common/body_detection.c
+++ b/common/body_detection.c
@@ -97,7 +97,7 @@ void body_detect_change_state(enum body_detect_states state, bool spoof)
return;
if (IS_ENABLED(CONFIG_GESTURE_HOST_DETECTION)) {
struct ec_response_motion_sensor_data vector = {
- .flags = 0,
+ .flags = MOTIONSENSE_SENSOR_FLAG_WAKEUP,
.activity_data = {
.activity = MOTIONSENSE_ACTIVITY_BODY_DETECTION,
.state = state,