diff options
author | Song Hongyan <hongyan.song@intel.com> | 2017-01-05 18:24:03 +0800 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-05 13:02:25 +0000 |
commit | 571299d099dcce0ff32c76e70e32e0ba01e55adc (patch) | |
tree | d87c5dd7ec05883775286ca288757701359b563d /drivers/iio/industrialio-core.c | |
parent | b257c1a45e9967ad84f9c5d40e657074d979ce70 (diff) |
iio: Add channel for Gravity
Add new channel types support for gravity sensor.
Gravity sensor provides an application-level or physical collection that
identifies a device that measures exclusively the force of Earth's
gravity along any number of axes.
More information can be found in:
http://www.usb.org/developers/hidpage/HUTRR59_-_Usages_for_Wearables.pdf
Signed-off-by: Song Hongyan <hongyan.song@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/industrialio-core.c')
-rw-r--r-- | drivers/iio/industrialio-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c index aaca42862389..c601698e0910 100644 --- a/drivers/iio/industrialio-core.c +++ b/drivers/iio/industrialio-core.c @@ -83,6 +83,7 @@ static const char * const iio_chan_type_name_spec[] = { [IIO_ELECTRICALCONDUCTIVITY] = "electricalconductivity", [IIO_COUNT] = "count", [IIO_INDEX] = "index", + [IIO_GRAVITY] = "gravity", }; static const char * const iio_modifier_names[] = { |