Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togreg
[linux-block.git] / tools / iio / iio_event_monitor.c
index a28a86f2bd5b358017f998d02ab3ab9d1293d56e..2eaaa7123b042b04dc9acb17d8eab53f704e773f 100644 (file)
@@ -59,6 +59,8 @@ static const char * const iio_chan_type_name_spec[] = {
        [IIO_POSITIONRELATIVE] = "positionrelative",
        [IIO_PHASE] = "phase",
        [IIO_MASSCONCENTRATION] = "massconcentration",
+       [IIO_DELTA_ANGL] = "deltaangl",
+       [IIO_DELTA_VELOCITY] = "deltavelocity",
        [IIO_COLORTEMP] = "colortemp",
        [IIO_CHROMATICITY] = "chromaticity",
 };
@@ -175,6 +177,8 @@ static bool event_is_known(struct iio_event_data *event)
        case IIO_POSITIONRELATIVE:
        case IIO_PHASE:
        case IIO_MASSCONCENTRATION:
+       case IIO_DELTA_ANGL:
+       case IIO_DELTA_VELOCITY:
        case IIO_COLORTEMP:
        case IIO_CHROMATICITY:
                break;