summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-07-26 12:27:45 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-26 12:27:45 -0700
commit0f1aaf80c7b1ea720fb2679000e35132587d9526 (patch)
treebd7988e3531cd6d8f98c1148fd58942205854f21 /include
parent2ba551b90bc1d85f1e4897519736c3668bed1ab8 (diff)
parentc0611f0f19b138bba04027d3fb530ab1d85fb9ce (diff)
downloadhardware_libhardware-0f1aaf80c7b1ea720fb2679000e35132587d9526.zip
hardware_libhardware-0f1aaf80c7b1ea720fb2679000e35132587d9526.tar.gz
hardware_libhardware-0f1aaf80c7b1ea720fb2679000e35132587d9526.tar.bz2
am c0611f0f: am 478994a7: improve sensor HAL documentation
Merge commit 'c0611f0f19b138bba04027d3fb530ab1d85fb9ce' * commit 'c0611f0f19b138bba04027d3fb530ab1d85fb9ce': improve sensor HAL documentation
Diffstat (limited to 'include')
-rw-r--r--include/hardware/sensors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index 30bff91..2bbc8c9 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -194,16 +194,16 @@ __BEGIN_DECLS
* the sensor should report its maxRange value in the "far" state and a value
* less than maxRange in the "near" state.
*
- * Proximity sensors report a value only when it changes. setDelay() is
- * ignored.
+ * Proximity sensors report a value only when it changes and each time the
+ * sensor is enabled. setDelay() is ignored.
*
* Light
* -----
*
* The light sensor value is returned in SI lux units.
*
- * Light sensors report a value only when it changes. setDelay() is
- * ignored.
+ * Light sensors report a value only when it changes and each time the
+ * sensor is enabled. setDelay() is ignored.
*
*/
typedef struct {