Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317727
b: refs/heads/master
c: cf82cb8
h: refs/heads/master
i:
  317725: 1d64e2d
  317723: 3f02af5
  317719: 92b743b
  317711: dfd3c1e
  317695: 6bd2b17
v: v3
  • Loading branch information
Jonathan Cameron committed Jun 30, 2012
1 parent 3f989ef commit d1cc9ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f699d10202d50a764614ff9191b5c4b9dd75e36c
refs/heads/master: cf82cb8128496955a38fa62e1819ceb1d596e2eb
1 change: 1 addition & 0 deletions trunk/drivers/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static const char * const iio_modifier_names[] = {
[IIO_MOD_Y] = "y",
[IIO_MOD_Z] = "z",
[IIO_MOD_ROOT_SUM_SQUARED_X_Y] = "sqrt(x^2+y^2)",
[IIO_MOD_SUM_SQUARED_X_Y_Z] = "x^2+y^2+z^2",
[IIO_MOD_LIGHT_BOTH] = "both",
[IIO_MOD_LIGHT_IR] = "ir",
};
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/iio/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ enum iio_modifier {
IIO_MOD_LIGHT_BOTH,
IIO_MOD_LIGHT_IR,
IIO_MOD_ROOT_SUM_SQUARED_X_Y,
IIO_MOD_SUM_SQUARED_X_Y_Z,
};

#define IIO_VAL_INT 1
Expand Down

0 comments on commit d1cc9ef

Please sign in to comment.