summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-07-23 17:23:43 -0700
committerMathias Agopian <mathias@google.com>2010-07-23 17:23:43 -0700
commit478994a758e48b0de7f56f3de0678d5c2b6a4b61 (patch)
treeea828c8421f487339187cd9bb84667233a4ac3c0
parent66a4095ca0ecfe89b10abe5402617450f57759cd (diff)
downloadlibhardware-478994a758e48b0de7f56f3de0678d5c2b6a4b61.tar.gz
improve sensor HAL documentation
Change-Id: If443c1d2e48c697fa8774bd94af4e65866d1dedb
-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 30bff917..2bbc8c96 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 {