aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/hid-sensor-ids.h
diff options
context:
space:
mode:
authorSong Hongyan <hongyan.song@intel.com>2017-05-07 18:24:24 +0800
committerJonathan Cameron <jic23@kernel.org>2017-05-07 12:22:27 +0100
commit9ff88edc5e7bad08bdd79a20f14533a5cf44b865 (patch)
treeee0ed45bbfea629c601713e99c0c7e207db11687 /include/linux/hid-sensor-ids.h
parentiio: ade7854: Convert symbolic permissions to octal (diff)
downloadwireguard-linux-9ff88edc5e7bad08bdd79a20f14533a5cf44b865.tar.xz
wireguard-linux-9ff88edc5e7bad08bdd79a20f14533a5cf44b865.zip
iio: hid-sensor-rotation: Add relative orientation sensor hid support
Relative orientation(AG) sensor is a 6dof orientation sensor, it depends on acceleration and gyroscope sensor data. It gives a quaternion describing the orientation of the device relative to an initial orientation. It is a standard HID sensor. More information can be found in: http://www.usb.org/developers/hidpage/HUTRR59_-_Usages_for_Wearables.pdf Relative orientation(AG) sensor and dev rotation sensor have same channels and share channel usage id. So the most of the code for relative orientation sensor can be reused. Signed-off-by: Song Hongyan <hongyan.song@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Reviewed-by: Xu Even <even.xu@intel.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/hid-sensor-ids.h')
-rw-r--r--include/linux/hid-sensor-ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid-sensor-ids.h b/include/linux/hid-sensor-ids.h
index 761f86242473..b5469e878e99 100644
--- a/include/linux/hid-sensor-ids.h
+++ b/include/linux/hid-sensor-ids.h
@@ -90,6 +90,7 @@
#define HID_USAGE_SENSOR_ORIENT_TILT_Z 0x200481
#define HID_USAGE_SENSOR_DEVICE_ORIENTATION 0x20008A
+#define HID_USAGE_SENSOR_RELATIVE_ORIENTATION 0x20008E
#define HID_USAGE_SENSOR_ORIENT_ROTATION_MATRIX 0x200482
#define HID_USAGE_SENSOR_ORIENT_QUATERNION 0x200483
#define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX 0x200484