summaryrefslogtreecommitdiff
path: root/common/body_detection.c
Commit message (Expand)AuthorAgeFilesLines
* motion_sense: Fix null pointer reference in gesture detectionRuihai Zhou2023-05-161-0/+13
* body_detection: Remove motion_sense_fifo_stage_data with NULLTim Van Patten2023-05-041-13/+0
* common: notify host via mkbp switch when body on/offRuihai Zhou2023-03-221-0/+4
* body_detection,tablet_mode: Cleanup parameter checkingTim Van Patten2023-03-091-3/+4
* common/body_detection: Add bodydetectmode commandTim Van Patten2023-03-081-5/+44
* Add host event: EC_HOST_EVENT_BODY_DETECT_CHANGETim Van Patten2023-02-241-3/+2
* common/body_detection: Update reset code to prevent extra state changesRobert Zieba2023-02-091-1/+4
* body_detection: Remove get_resolutionGwendal Grignou2023-01-111-7/+4
* hooks: Add HOOK_BODY_DETECT_CHANGELeila Lin2022-12-131-0/+3
* common: body_detection: notify host when body status is changedJosh Tsai2022-11-221-0/+5
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* common/body_detection.c: Format with clang-formatJack Rosenthal2022-06-281-20/+19
* common: body_detection: using bypass_fifo flagChing-Kang Yen2021-03-291-1/+1
* Revert "common: body_detection: prevent AP from unexpected waking up"Ching-Kang Yen2021-03-291-1/+1
* common: body_detection: prevent AP from unexpected waking upChing-Kang Yen2021-01-161-1/+1
* ec_commands: add struct ec_response_activity_dataChing-Kang Yen2020-12-111-2/+4
* common: motion_sense: Add spoofing activityChing-Kang Yen2020-11-131-5/+24
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-2/+2
* common: body_detection: modify variance updating formulaChing-Kang Yen2020-11-061-6/+6
* common: body: Use IS_ENABLEDGwendal Grignou2020-11-061-11/+11
* common: body_detection: modify calculation of noise levelChing-Kang Yen2020-09-291-1/+10
* common: implement body_detection state machineChing-Kang Yen2020-09-031-0/+226