diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2014-04-28 19:51:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-04-29 17:12:49 -0400 |
commit | b4a2d475ae9baf8fcaa311ba62a404ba1efad147 (patch) | |
tree | 2b366c6bc63f0f8c347c1bb212c05e906f7c9895 /Documentation/ABI/testing/sysfs-bus-iio | |
parent | fc18dddc0625cd1fdf6a823e85138ff05848a85f (diff) |
iio: Added ABI description for quaternion
Added documentation for reading quaternion components for 3D rotations.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 58ba33300305..6b74691dc281 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -792,6 +792,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_incli_x_en | |||
792 | What: /sys/.../iio:deviceX/scan_elements/in_incli_y_en | 792 | What: /sys/.../iio:deviceX/scan_elements/in_incli_y_en |
793 | What: /sys/.../iio:deviceX/scan_elements/in_pressureY_en | 793 | What: /sys/.../iio:deviceX/scan_elements/in_pressureY_en |
794 | What: /sys/.../iio:deviceX/scan_elements/in_pressure_en | 794 | What: /sys/.../iio:deviceX/scan_elements/in_pressure_en |
795 | What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_en | ||
795 | KernelVersion: 2.6.37 | 796 | KernelVersion: 2.6.37 |
796 | Contact: linux-iio@vger.kernel.org | 797 | Contact: linux-iio@vger.kernel.org |
797 | Description: | 798 | Description: |
@@ -807,6 +808,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_voltageY_supply_type | |||
807 | What: /sys/.../iio:deviceX/scan_elements/in_timestamp_type | 808 | What: /sys/.../iio:deviceX/scan_elements/in_timestamp_type |
808 | What: /sys/.../iio:deviceX/scan_elements/in_pressureY_type | 809 | What: /sys/.../iio:deviceX/scan_elements/in_pressureY_type |
809 | What: /sys/.../iio:deviceX/scan_elements/in_pressure_type | 810 | What: /sys/.../iio:deviceX/scan_elements/in_pressure_type |
811 | What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_type | ||
810 | KernelVersion: 2.6.37 | 812 | KernelVersion: 2.6.37 |
811 | Contact: linux-iio@vger.kernel.org | 813 | Contact: linux-iio@vger.kernel.org |
812 | Description: | 814 | Description: |
@@ -853,6 +855,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_incli_y_index | |||
853 | What: /sys/.../iio:deviceX/scan_elements/in_timestamp_index | 855 | What: /sys/.../iio:deviceX/scan_elements/in_timestamp_index |
854 | What: /sys/.../iio:deviceX/scan_elements/in_pressureY_index | 856 | What: /sys/.../iio:deviceX/scan_elements/in_pressureY_index |
855 | What: /sys/.../iio:deviceX/scan_elements/in_pressure_index | 857 | What: /sys/.../iio:deviceX/scan_elements/in_pressure_index |
858 | What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_index | ||
856 | KernelVersion: 2.6.37 | 859 | KernelVersion: 2.6.37 |
857 | Contact: linux-iio@vger.kernel.org | 860 | Contact: linux-iio@vger.kernel.org |
858 | Description: | 861 | Description: |
@@ -899,3 +902,12 @@ Contact: linux-iio@vger.kernel.org | |||
899 | Description: | 902 | Description: |
900 | This attribute is used to get/set the integration time in | 903 | This attribute is used to get/set the integration time in |
901 | seconds. | 904 | seconds. |
905 | |||
906 | What: /sys/bus/iio/devices/iio:deviceX/in_rot_quaternion_raw | ||
907 | KernelVersion: 3.15 | ||
908 | Contact: linux-iio@vger.kernel.org | ||
909 | Description: | ||
910 | Raw value of quaternion components using a format | ||
911 | x y z w. Here x, y, and z component represents the axis about | ||
912 | which a rotation will occur and w component represents the | ||
913 | amount of rotation. | ||