summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* motion: fix spellingGwendal Grignou2015-10-151-11/+11
* motion: fix sensor interrupt interval computationVincent Palatin2015-10-061-1/+2
* common: motion: Fix for calculating oversampling fix.Gwendal Grignou2015-09-291-10/+14
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-291-25/+56
* common: motion: Add timestamp before wakeup event.Gwendal Grignou2015-09-281-1/+9
* common: motion: Fix setting of Significant motion.Gwendal Grignou2015-09-281-1/+2
* common: motion: Fix error calculating oversampling.Gwendal Grignou2015-09-281-1/+1
* motion_sense: Fix issues in SET_ACTIVITY / LIST_ACTIVITIESFurquan Shaikh2015-09-251-6/+3
* common: motion: Add double tap gesture host interfaceGwendal Grignou2015-09-211-9/+21
* common: motion: Fix oversampling calculation.Gwendal Grignou2015-09-191-4/+6
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-2/+3
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-20/+138
* motion: Add wake up sensor support.Gwendal Grignou2015-09-181-11/+22
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-5/+14
* common: motion: print return of drv->init()Gwendal Grignou2015-09-181-8/+15
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-171-3/+7
* motion: fix task to guarantee task never exitsAlec Berg2015-09-171-2/+3