analogdevicesinc / libiio

A cross platform library for interfacing with local and remote Linux IIO devices
http://analogdevicesinc.github.io/libiio/
GNU Lesser General Public License v2.1
484 stars 313 forks source link

iio.h: Add IIO_MOD_LIGHT_UVA/UVB modifiers #1132

Closed pcercuei closed 8 months ago

pcercuei commented 8 months ago

Add the IIO_MOD_LIGHT_UVA and IIO_MOD_LIGHT_UVB modifiers that will be introduced in Linux v6.8.

Note that Linux v6.8-rc1 added those entries in the middle of the iio_modifier enum (which is wrong as it breaks ABI), but it will be fixed for the regular v6.8 release.

Fixes #1130.