summaryrefslogtreecommitdiff
path: root/6515/libsensors_iio/sensors.h
AgeCommit message (Collapse)Author
2015-05-18Invensense: 6515: adjust minDelay and maxDelay valuesNick Vaccaro
Adjust minDelay and maxDelay settings for Android Wear devices. Bug: 19575833 Change-Id: Ia8cc54a13865177a68a2d18108e1f6cf5fbe7ea6
2015-05-14Invensense: 6515: Update HAL to v5_2_0_L_RC26-2015-02-27Nick Vaccaro
Merged in the latest upgrade from Invensense, that purports to fix some cts sensor test failures and includes a better pedometer algorithm. Bug: 19575833 Bug: 16778026 Bug: 16702488 Change-Id: Iaf8eba248bb9aa97f7b6a5394e939370a4812776
2014-09-26Invensense: 6515: add SENSORS_DEVICE_API_VERSION_1_3 supportandroid-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-releaselollipop-devlollipop-cts-releaseNick Vaccaro
Update 6515 HAL to be SENSORS_DEVICE_API_VERSION_1_3 compliant Bug: 16952122 Change-Id: Iae9bd783236a0128b89949c49b62a7ff2cea98ec
2014-05-09am b1443cad: am f51dc826: Invensense: 6515: update HAL to 5.2.0 RC23Nick Vaccaro
* commit 'b1443cad64e60b4a158ca5d5b1c62c8f94377d35': Invensense: 6515: update HAL to 5.2.0 RC23
2014-05-08Invensense: 6515: update HAL to 5.2.0 RC23Nick Vaccaro
RC23 (driver and HAL combination) purports to fix the following RC22 issues: - Cadence fix to improve Step counter performance. - Batch mode wakes up device in suspend mode - Implement suspend_noirq method, removed unnecessary usleep - Handle bad compass data in HAL - Handle pressure support correctly in HAL Added the following fixes to RC23 HAL drop from Invensense: - fix bug caused when pressure sensor is disabled - remember pedometer poll rate - remove hard-coded pedometer poll time Bug: 14234011 Change-Id: I3e0a7b232d8047a66029b6af967752f9e653ab27
2014-04-30am f6969d98: am b15903ff: Invensense: 6515: fix bug caused when pressure ↵Nick Vaccaro
sensor is disabled * commit 'f6969d9828673930b178c03231af03fd8fe5aa11': Invensense: 6515: fix bug caused when pressure sensor is disabled
2014-04-29Invensense: 6515: fix bug caused when pressure sensor is disabledNick Vaccaro
If building the Invensense HAL to not include a pressure sensor, the sensorlist returned from the HAL gets screwed up in that the sensor attributes reported by the HAL get off-by-one (i.e. sensor #2 reports attributes for sensor #3). Bug: 14368807 Change-Id: I9c1e634dc0f471dbb8eedf8d36bc8e2fdaf2ce67
2014-04-16Update driver to follow new sensor_t struct after inclusion of flags and ↵Aravind Akella
maxDelay fields. Change-Id: Ic0f6b4dba8b6ae5fe648bbb9b5a89fcf22c49848
2014-04-10Update driver to follow new sensor_t format after inclusion of stringType ↵Aravind Akella
and requiredPermission Change-Id: Iee933348424d71bd93fe461583fe53e0bcca7550
2014-04-08DO NOT MERGE Update driver to follow new sensor_t format after inclusion of ↵Aravind Akella
stringType and requiredPermission This reverts commit 12339ff701e38057f6fc9f5739a9e7175f9f75c8. Change-Id: I56801a863ddcb721cf95f759e46566c8f43e1f4b
2014-04-05Revert "Update drivers to follow new sensor_t format"Etienne Le Grand
This reverts commit 50b4bc1c7f7e785f3548f26c80ce5e4267b09c72. Change-Id: I71d944f1ff350af82685ec91dd0b4f4c32867afa
2014-04-04Update drivers to follow new sensor_t formatJP Abgrall
This deals with inclusion of stringType and requiredPermission Change-Id: Ife22a545550aff3f410dd2e7a47d7c59f64d9d24
2014-03-31Invensense: 6515: disable pressure sensorNick Vaccaro
Fixes bug id 13729545 Change-Id: I1aa643aa63c447b4fd38d069d499c34552acc41d
2014-03-27Invensense: 6515: Import of Motion Apps 5.2.0 HAL RC20 ReleaseNick Vaccaro
Import latest Invensense HAL for use by devices using the 6515. Change-Id: I1b585df6882ea007ffafba44261283784d667c2a
2013-12-05Motion Apps 5.2.0 HAL ReleaseNick Vaccaro
Add latest 5.2.0 version of InvenSense HAL for the mpu9250 into it's own unique folder named 6515 so that Hammerhead still uses it's original 65xx HAL. Change-Id: I90f1bbbc1de2283a8d337495b6af59261cd63f88 Signed-off-by: Nick Vaccaro <nvaccaro@google.com>