summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: Add variable to enable software gesture recognition.Gwendal Grignou2015-09-111-1/+1
* motion: Fix a bug in accelrateGwendal Grignou2015-09-111-0/+2
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-5/+22
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-115/+181
* common: motion_sense: Fix Light sensor sequencingGwendal Grignou2015-08-291-5/+6
* driver: change get_ interface.Gwendal Grignou2015-08-291-10/+9
* motion_sense: calculate threshold properlyGwendal Grignou2015-08-241-11/+21
* motion_sense: Force flush when sensor disabled.Gwendal Grignou2015-08-241-7/+1
* motion_sense: Allow multiple IRQ based sensorsGwendal Grignou2015-08-221-17/+25
* motion_sense: Reduce condition for lid angle calc.Aseda Aboagye2015-08-071-8/+11
* motion_sense: Move angle calculation under LPC_MODEGwendal Grignou2015-08-011-4/+11
* motion_sense: Fix invalid optimizationGwendal Grignou2015-08-011-9/+14
* motion_sense: Fix init routinesGwendal Grignou2015-07-271-66/+132
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-12/+3
* motion: Fix for FIFO support and BMI150Gwendal Grignou2015-07-151-0/+2
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-151-7/+26
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-93/+115
* motion: FIFO: add lost per vector typeGwendal Grignou2015-07-151-11/+14
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-35/+263
* motion: Add commands for calibrationGwendal Grignou2015-07-091-1/+23
* accel: move X,Y,Z definitionGwendal Grignou2015-06-091-4/+0
* motion: Add MOTIONSENSE_CMD_DATA: retrieve single sensor dataGwendal Grignou2015-06-031-1/+18
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-161-1/+1
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-7/+8
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-201-1/+1
* motion: do not enter S3 if it is already in S5Chris Zhong2015-04-021-0/+5
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-051-3/+7
* motion: Add decoding for MOTION_CMD_DUMP v1 commandGwendal Grignou2014-11-181-92/+52