diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-09-24 13:39:25 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-09-24 13:39:25 +0100 |
commit | 431dffc1df07b93ce9be26d264b7946cd65cb949 (patch) | |
tree | f8aaf7d46c8d90f5b2ebe0d6af6f8991b658ea0b /include/uapi/linux/iio | |
parent | 57d3909596f9941c7d0777004994438df1b5ba0a (diff) | |
parent | c6c97210e27237438689611980f8a7b87bcc79bf (diff) |
Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togreg
The deta angle and deta velocity channels were added in parallel with
color temperature and chromacity so this merge had to assign a
consistent order. I put the color related ones second.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/uapi/linux/iio')
-rw-r--r-- | include/uapi/linux/iio/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h index 9a341bd07702..9c2ffdcd6623 100644 --- a/include/uapi/linux/iio/types.h +++ b/include/uapi/linux/iio/types.h @@ -49,6 +49,8 @@ enum iio_chan_type { IIO_MASSCONCENTRATION, IIO_DELTA_ANGL, IIO_DELTA_VELOCITY, + IIO_COLORTEMP, + IIO_CHROMATICITY, }; enum iio_modifier { |