iio: Add gravity sensor support
authorSong Hongyan <hongyan.song@intel.com>
Thu, 5 Jan 2017 10:24:04 +0000 (18:24 +0800)
committerJonathan Cameron <jic23@kernel.org>
Thu, 5 Jan 2017 13:07:24 +0000 (13:07 +0000)
commit0e377f3b9ae936aefe5aaca4c2e2546d57b63df7
tree945539660c44e6b8860713402136ef121ba49f60
parent571299d099dcce0ff32c76e70e32e0ba01e55adc
iio: Add gravity sensor support

Gravity sensor is a soft sensor, which derives value from
standard accelerometer device by filtering out the acceleration
which is not caused by gravity.

Gravity sensor provides a three dimensional vector indicating
the direction and magnitude of gravity. Typically, this sensor
is used to determine the device's relative orientation in space.
The units and the coordinate system is the same as the one used by
the acceleration sensor.
When a device is at rest, the output of the gravity sensor should
be identical to that of the accelerometer.

More information can be found in:
http://www.usb.org/developers/hidpage/HUTRR59_-_Usages_for_Wearables.pdf

Gravity sensor and accelerometer have similar channels and
share channel usage ids. So the most of the code for accel_3d
can be reused.

Signed-off-by: Song Hongyan <hongyan.song@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/hid-sensor-accel-3d.c
include/linux/hid-sensor-ids.h