Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iio.h: Add IIO_MOD_LIGHT_UVA/UVB modifiers #1132

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

pcercuei
Copy link
Contributor

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.

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.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
@pcercuei pcercuei merged commit 1af94f2 into main Jan 25, 2024
22 of 25 checks passed
@pcercuei pcercuei deleted the pcercuei/add-uvab-modifiers branch January 25, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iio.h here needs to be synced to upstream kernel.
3 participants