-
Notifications
You must be signed in to change notification settings - Fork 317
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 here needs to be synced to upstream kernel. #1130
Comments
Looks like (correctly) they should be added to the end, not in the middle... https://lore.kernel.org/all/20240123-uva_uvb_fix-v1-1-5b9c25d50d90@gmail.com/T/ |
pcercuei
added a commit
that referenced
this issue
Jan 25, 2024
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>
Closing based on #1132 |
pcercuei
added a commit
that referenced
this issue
Jan 25, 2024
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/iio/types.h includes those two.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/industrialio-core.c
says names should be:
The text was updated successfully, but these errors were encountered: