Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53c281fa authored by Rama Krishna Phani A's avatar Rama Krishna Phani A Committed by Gerrit - the friendly Code Review server
Browse files

iio: resistance: add IIO_RESISTANCE channel type



Add IIO_RESISTANCE channel type.

Change-Id: I0aff852c898a0cbb2860835a9a5d3ca9db999b21
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent fb1380dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ static const char * const iio_chan_type_name_spec[] = {
	[IIO_CCT] = "cct",
	[IIO_PRESSURE] = "pressure",
	[IIO_HUMIDITYRELATIVE] = "humidityrelative",
	[IIO_RESISTANCE] = "resistance",
};

static const char * const iio_modifier_names[] = {
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ enum iio_chan_type {
	IIO_CCT,
	IIO_PRESSURE,
	IIO_HUMIDITYRELATIVE,
	IIO_RESISTANCE,
};

enum iio_modifier {