summaryrefslogtreecommitdiff
path: root/include/uapi/linux/iio
diff options
context:
space:
mode:
authorAndrea Merello <andrea.merello@iit.it>2022-09-07 16:21:55 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-09-21 20:42:55 +0300
commitdcedf14553810cd6bbf7227c995beb4548e0859d (patch)
tree26623de4daf51142040fa95d7cd2bf030d0dbb2d /include/uapi/linux/iio
parent4db63c85462ed81eb3b27f805ed8571f9563dbd7 (diff)
downloadlinux-dcedf14553810cd6bbf7227c995beb4548e0859d.tar.xz
iio: add modifers for pitch, yaw, roll
Add modifiers for reporting rotations as euler angles (i.e. yaw, pitch and roll). Signed-off-by: Andrea Merello <andrea.merello@iit.it> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20220907132205.28021-5-andrea.merello@iit.it Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/uapi/linux/iio')
-rw-r--r--include/uapi/linux/iio/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h
index b7ba9861a24d..c79f2f046a0b 100644
--- a/include/uapi/linux/iio/types.h
+++ b/include/uapi/linux/iio/types.h
@@ -98,6 +98,9 @@ enum iio_modifier {
IIO_MOD_LINEAR_X,
IIO_MOD_LINEAR_Y,
IIO_MOD_LINEAR_Z,
+ IIO_MOD_PITCH,
+ IIO_MOD_YAW,
+ IIO_MOD_ROLL,
};
enum iio_event_type {