summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-07-26 12:24:03 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-26 12:24:03 -0700
commitc0611f0f19b138bba04027d3fb530ab1d85fb9ce (patch)
treeea828c8421f487339187cd9bb84667233a4ac3c0 /include
parentf0e4ec1a04701c40e38a09a97e6f1c417163e0c2 (diff)
parent478994a758e48b0de7f56f3de0678d5c2b6a4b61 (diff)
downloadhardware_libhardware-c0611f0f19b138bba04027d3fb530ab1d85fb9ce.zip
hardware_libhardware-c0611f0f19b138bba04027d3fb530ab1d85fb9ce.tar.gz
hardware_libhardware-c0611f0f19b138bba04027d3fb530ab1d85fb9ce.tar.bz2
am 478994a7: improve sensor HAL documentation
Merge commit '478994a758e48b0de7f56f3de0678d5c2b6a4b61' into gingerbread-plus-aosp * commit '478994a758e48b0de7f56f3de0678d5c2b6a4b61': 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 {