summaryrefslogtreecommitdiff
path: root/common/motion_lid.c
Commit message (Expand)AuthorAgeFilesLines
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* zephyr: tests: Test motion_lid.c host commandTristan Honscheid2022-10-071-0/+7
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* common/motion_lid.c: Format with clang-formatJack Rosenthal2022-07-011-47/+41
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* tablet_mode: Fix the race condition of setting the tablet modeWai-Hong Tam2021-07-231-1/+1
* common: lid angle calculation: Exclude any measurement over 1.1gGwendal Grignou2021-05-061-1/+1
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-4/+2
* motion_lid: Add IS_ENABLED()Gwendal Grignou2020-11-061-31/+43
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* tablet_mode: Renaming for GMR sensorPhilip Chen2019-09-191-4/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* motion_lid: Rewrite lid angle calculation based on chromium codeGwendal Grignou2019-03-261-200/+157
* ec_commands: Fix more warnings from check_patch.plGwendal Grignou2019-02-081-18/+18
* motion_lid: Allow host to configure tablet mode detection thresholdFurquan Shaikh2018-11-291-6/+64
* motion_lid: Set tablet mode at 180 degreeFurquan Shaikh2018-11-291-10/+10
* motion_lid: Use CONFIG_TABLET_MODEFurquan Shaikh2018-11-291-12/+5
* motion_lid: Get rid of return value for motion_lid_set_tablet_modeFurquan Shaikh2018-11-271-5/+4
* motion_lid: Add support for setting DPTF profile based on lid angleFurquan Shaikh2018-11-151-1/+69
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-6/+6
* grunt: Enable tablet mode for convertible SKUs.Jonathan Brandmeyer2018-06-181-1/+1
* Nami: Use lid angle to detect tablet mode for Vayne & NamiDaisuke Nojiri2018-05-091-79/+90
* motion_lid: Increase precision in noisy mag check.Aseda Aboagye2017-07-131-8/+20
* motion_lid: no angle correction when lid closephilipchen2017-03-171-2/+5
* motion_lid: Fix merge of cl/430344Gwendal Grignou2017-02-101-3/+0
* CHERRY-PICK: motion_lid: Add more reliability measurements.Aseda Aboagye2017-01-201-19/+127
* motion: Disable tablet mode if one accel is brokenGwendal Grignou2017-01-041-1/+0
* motion_lid: Make tablet mode great (again).Aseda Aboagye2016-11-151-7/+35
* common: Add tablet_mode APIGwendal Grignou2016-11-081-11/+4
* common: motion_lid: Add tablet mode detection using lid angle.Gwendal Grignou2016-09-091-0/+53
* motion_lid: prevent angle 0 <-> 360 transition.Gwendal Grignou2016-09-091-7/+35
* motion_lid: Add const around sensor vector.Gwendal Grignou2016-08-241-2/+2
* ectool: provide lid angle infoKevin K Wong2015-11-251-0/+9
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-171-2/+48
* cyan: fix sensors matricesGwendal Grignou2015-08-221-2/+6
* Cyan: Added Clamshell/Tablet mode supportli feng2015-08-101-5/+5
* accel: move X,Y,Z definitionGwendal Grignou2015-06-091-5/+0
* cleanup: rename motion sensor CONFIG_ optionsBill Richardson2015-05-011-2/+4
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-051-30/+33
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-291-0/+192