summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2019-05-301-7/+1
* motion: Wake up motion task when sampling rate changesGwendal Grignou2018-10-041-0/+4
* motion: Change ODR only within the motion sensor taskGwendal Grignou2018-10-041-25/+11
* Revert "motion: remove load_fifo"Alexandru M Stan2018-07-161-54/+40
* Revert "motion: Lower jitter of Sensor->EC timestamp"Alexandru M Stan2018-07-161-27/+16
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-161-1/+2
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-151-16/+27
* motion: remove load_fifoGwendal Grignou2018-03-121-40/+54
* motion_sense: Check presence of {set,get}_{range,offset}Alexandru M Stan2018-02-011-0/+4
* sensors: Remove debug printfGwendal Grignou2018-01-291-2/+0
* ec_commands: Remove zero-size structsRandall Spangler2017-12-131-1/+1
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-0/+21
* sensors: Support device with only one accelerometerGwendal Grignou2017-08-301-7/+14
* sensors: add bmi160 & kionix orientation driverNick Vaccaro2017-08-081-48/+124
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-1/+2
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-3/+16
* motion: Add opt3001 as a motion sensorGwendal Grignou2017-02-161-5/+11
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-0/+6
* motion_sense: Defer switching the sensors rate if in S3Vijay Hiremath2017-02-021-1/+16
* motion_sense: Add "spoof" modeAseda Aboagye2017-01-071-7/+149
* motion: Disable tablet mode if one accel is brokenGwendal Grignou2017-01-041-0/+10
* motion: Fix last timestamp calculationGwendal Grignou2016-12-281-4/+2
* motion: Fix oversampling calculationGwendal Grignou2016-12-281-1/+1
* common: Add tablet_mode APIGwendal Grignou2016-11-081-8/+3
* motion: Add minimum to oversample.Gwendal Grignou2016-09-141-3/+11
* motion: make fiforead optionalGwendal Grignou2016-09-091-1/+1
* motion: remove accel_int_xxx, dead codeGwendal Grignou2016-09-091-50/+0
* motion: Add tablet mode flag.Gwendal Grignou2016-09-091-0/+10
* motion: Remove redundant set_range.Gwendal Grignou2016-09-011-6/+0
* motion: use proper define for gesture support.Gwendal Grignou2016-08-271-2/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-8/+8
* motion: Fix comparison between signed and unsigned integerKoro Chen2016-07-111-0/+3
* motion: Add ability to stop ring interrupts.Gwendal Grignou2016-06-301-8/+24
* motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2015-12-011-6/+22
* motion: At shutdown, access sensors only if initialized.Gwendal Grignou2015-12-011-2/+9
* motion: fix ec_rate to be more accurateGwendal Grignou2015-11-211-3/+3
* motion: Fix the number of sample to collect in motion taskGwendal Grignou2015-11-211-1/+10
* motion: improve readability by adding units to variable names.Gwendal Grignou2015-11-191-21/+22
* motion: wake up main task for all changes in EC parameter.Gwendal Grignou2015-11-191-10/+13
* motion: Alter ec_rate to prevent samples without dataGwendal Grignou2015-11-191-11/+40
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-11/+11
* motion: fix oversampling formulaGwendal Grignou2015-11-151-41/+29
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-4/+6
* motion: cleanup include fileGwendal Grignou2015-11-121-3/+3
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-10/+4
* motion: reenable double tap in S5.Gwendal Grignou2015-10-161-0/+3
* motion: fix manage_activity interfaceGwendal Grignou2015-10-161-1/+1
* common: motion: Fix forced mode computationGwendal Grignou2015-10-151-14/+19
* motion: Add timestamp in ODRGwendal Grignou2015-10-151-9/+17