summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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 34257dd633..4fbc88e852 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 = MOTIONSENSE_SENSOR_FLAG_WAKEUP,
+ .flags = MOTIONSENSE_SENSOR_FLAG_BYPASS_FIFO,
.activity_data = {
.activity = MOTIONSENSE_ACTIVITY_BODY_DETECTION,
.state = state,