|
@@ -59,6 +59,7 @@ static const char * const iio_chan_type_name_spec[] = {
|
|
|
[IIO_UVINDEX] = "uvindex",
|
|
|
[IIO_GRAVITY] = "gravity",
|
|
|
[IIO_POSITIONRELATIVE] = "positionrelative",
|
|
|
+ [IIO_PHASE] = "phase",
|
|
|
};
|
|
|
|
|
|
static const char * const iio_ev_type_text[] = {
|
|
@@ -153,6 +154,7 @@ static bool event_is_known(struct iio_event_data *event)
|
|
|
case IIO_UVINDEX:
|
|
|
case IIO_GRAVITY:
|
|
|
case IIO_POSITIONRELATIVE:
|
|
|
+ case IIO_PHASE:
|
|
|
break;
|
|
|
default:
|
|
|
return false;
|