Commit f09f2c81 authored by Bryan Freed's avatar Bryan Freed Committed by Greg Kroah-Hartman

staging:iio: Add an iio channel type string to support proximity sensors.

Add "proximity" to the iio_chan_type_name_spec_shared string list to
support proximity sensors.
Now this list fully matches the declared iio_chan_type enums.
Signed-off-by: default avatarBryan Freed <bfreed@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9bff02f8
...@@ -54,6 +54,7 @@ static const char * const iio_chan_type_name_spec_shared[] = { ...@@ -54,6 +54,7 @@ static const char * const iio_chan_type_name_spec_shared[] = {
[IIO_MAGN] = "magn", [IIO_MAGN] = "magn",
[IIO_LIGHT] = "illuminance", [IIO_LIGHT] = "illuminance",
[IIO_INTENSITY] = "intensity", [IIO_INTENSITY] = "intensity",
[IIO_PROXIMITY] = "proximity",
[IIO_TEMP] = "temp", [IIO_TEMP] = "temp",
[IIO_INCLI] = "incli", [IIO_INCLI] = "incli",
[IIO_ROT] = "rot", [IIO_ROT] = "rot",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment