Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
[linux.git] / tools / iio / iio_event_monitor.c
index 0a5c2bb60030b93b7c67f2afbf87dde2139ac7c3..2eaaa7123b042b04dc9acb17d8eab53f704e773f 100644 (file)
@@ -59,6 +59,10 @@ 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",
 };
 
 static const char * const iio_ev_type_text[] = {
@@ -173,6 +177,10 @@ 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;
        default:
                return false;
This page took 0.034588 seconds and 4 git commands to generate.