[v3 06/13] iio: event_monitor: add pitch, yaw and roll modifiers

From: Andrea Merello
Date: Thu Feb 17 2022 - 11:27:45 EST


Signed-off-by: Andrea Merello <andrea.merello@xxxxxx>
---
tools/iio/iio_event_monitor.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/tools/iio/iio_event_monitor.c b/tools/iio/iio_event_monitor.c
index 84c90b8fdd91..436ac2f6b907 100644
--- a/tools/iio/iio_event_monitor.c
+++ b/tools/iio/iio_event_monitor.c
@@ -124,6 +124,9 @@ static const char * const iio_modifier_names[] = {
[IIO_MOD_LINEAR_X] = "linear_x",
[IIO_MOD_LINEAR_Y] = "linear_y",
[IIO_MOD_LINEAR_Z] = "linear_z",
+ [IIO_MOD_PITCH] = "pitch",
+ [IIO_MOD_YAW] = "yaw",
+ [IIO_MOD_ROLL] = "roll",
};

static bool event_is_known(struct iio_event_data *event)
--
2.17.1