mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
iio: ABI: Add quaternion axis modifier
This modifier applies to the IIO_ROT channel type, and indicates a data
representation that specifies the {x, y, z} components of the normalized
quaternion vector.
Signed-off-by: Francesco Lavra <flavra@baylibre.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
b29f00ef08
commit
dd59392a3e
@@ -113,6 +113,7 @@ enum iio_modifier {
|
||||
IIO_MOD_ACTIVE,
|
||||
IIO_MOD_REACTIVE,
|
||||
IIO_MOD_APPARENT,
|
||||
IIO_MOD_QUATERNION_AXIS,
|
||||
};
|
||||
|
||||
enum iio_event_type {
|
||||
|
||||
Reference in New Issue
Block a user