diff options
author | Aravind Akella <aakella@google.com> | 2015-10-14 21:08:12 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-10-14 21:08:12 +0000 |
commit | 29b0311870b151fb93420ac0844b87855346a807 (patch) | |
tree | 73722fd9d615c99c5a116a2cfa3677587ec74cdf | |
parent | 9a2f2ef14f6655cb4f71edca2553bbad3cc62795 (diff) | |
parent | 1ce7fe6b0a887edc6fad8e3386ab8e28a5f0d107 (diff) | |
download | hardware_libhardware-29b0311870b151fb93420ac0844b87855346a807.zip hardware_libhardware-29b0311870b151fb93420ac0844b87855346a807.tar.gz hardware_libhardware-29b0311870b151fb93420ac0844b87855346a807.tar.bz2 |
am 1ce7fe6b: Merge "Fix DATA_INJECTION flag in sensors.h" into mnc-dr-dev
* commit '1ce7fe6b0a887edc6fad8e3386ab8e28a5f0d107':
Fix DATA_INJECTION flag in sensors.h
-rw-r--r-- | include/hardware/sensors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h index b368ee6..51bffe1 100644 --- a/include/hardware/sensors.h +++ b/include/hardware/sensors.h @@ -147,7 +147,7 @@ enum { * Counter sensors can be set with this flag and SensorService will inject accelerometer data * and read the corresponding step counts. */ - SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x8 // 1000 + SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x10 // 1 0000 }; /* |