diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-02-05 11:57:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-05-03 06:35:23 -0400 |
commit | 638b43b347216bab1a989b036a92eb7d9d9ee421 (patch) | |
tree | 691ec08aed9987642b2d9c47ca27f43af1f8e281 /include/linux/iio | |
parent | 3017d90e8931fbd5dbde06b4e793aebb141e4977 (diff) |
iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiers
useful for contactless temperature sensors to distinguish
between the ambient temperature and the temperature of the object
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/iio')
-rw-r--r-- | include/linux/iio/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h index 4fdab2e843b4..d480631eabc2 100644 --- a/include/linux/iio/types.h +++ b/include/linux/iio/types.h | |||
@@ -54,6 +54,8 @@ enum iio_modifier { | |||
54 | IIO_MOD_LIGHT_GREEN, | 54 | IIO_MOD_LIGHT_GREEN, |
55 | IIO_MOD_LIGHT_BLUE, | 55 | IIO_MOD_LIGHT_BLUE, |
56 | IIO_MOD_QUATERNION, | 56 | IIO_MOD_QUATERNION, |
57 | IIO_MOD_TEMP_AMBIENT, | ||
58 | IIO_MOD_TEMP_OBJECT, | ||
57 | }; | 59 | }; |
58 | 60 | ||
59 | enum iio_event_type { | 61 | enum iio_event_type { |