| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/device/axis/axis_option.c')
| -rw-r--r-- | src/device/axis/axis_option.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/device/axis/axis_option.c b/src/device/axis/axis_option.c index 8e52fe1..7796eb7 100644 --- a/src/device/axis/axis_option.c +++ b/src/device/axis/axis_option.c @@ -57,6 +57,10 @@ int relabsd_axis_enable_option_from_name ); } } + else if (RELABSD_IS_PREFIX("notabs", option_name)) + { + axis->flags[RELABSD_NOT_ABS] = 1; + } else if (RELABSD_IS_PREFIX("convert_to=", option_name)) { axis->convert_to = |


