IIO: core: Add quaternion modifier
Added quaternion in the list of supported modifiers. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:

committed by
Jonathan Cameron

parent
0ee8546ac0
commit
5082f405b7
@@ -53,6 +53,7 @@ enum iio_modifier {
|
||||
IIO_MOD_LIGHT_RED,
|
||||
IIO_MOD_LIGHT_GREEN,
|
||||
IIO_MOD_LIGHT_BLUE,
|
||||
IIO_MOD_QUATERNION,
|
||||
};
|
||||
|
||||
enum iio_event_type {
|
||||
|
Reference in New Issue
Block a user