diff options
| author | Basavaraj Natikar <[email protected]> | 2023-09-19 13:40:51 +0530 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2023-09-24 13:31:31 +0100 |
| commit | 06790d4c69d1851573baa4459e5bf6ac986cb0eb (patch) | |
| tree | 51e8d84c976ae0d3c50c7d1a3849c9a2a2aa159a /include/uapi/linux | |
| parent | 82cdcdf227f3965cce3ac94bc2e473e9c898f402 (diff) | |
iio: Add channel type for chromaticity
In most cases, ambient color sensors also support the x and y light
colors, which represent the coordinates on the CIE 1931 chromaticity
diagram. Thus, add channel type for chromaticity.
Signed-off-by: Basavaraj Natikar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/iio/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h index 08c20e540c13..4832c611c027 100644 --- a/include/uapi/linux/iio/types.h +++ b/include/uapi/linux/iio/types.h @@ -48,6 +48,7 @@ enum iio_chan_type { IIO_PHASE, IIO_MASSCONCENTRATION, IIO_COLORTEMP, + IIO_CHROMATICITY, }; enum iio_modifier { |