OSDN Git Service

IRDA-3484: Add support for filter property
authorPatrick Porlan <patrick.porlan@intel.com>
Tue, 27 Jan 2015 15:34:59 +0000 (16:34 +0100)
committerPatrick Porlan <patrick.porlan@intel.com>
Wed, 28 Jan 2015 13:51:16 +0000 (14:51 +0100)
commit812d2e7d5333d2d5051fe05b0c83c30eb14a3d79
tree41d6b0ac32354a3fc8b732f7fbe2ce85a45505f2
parenta1f3c1145082b49c72e817c644858432e4c14c17
IRDA-3484: Add support for filter property

As of today, filtering is only engaged if a sensor has the noisy
quirk. If it is, we use median filtering for gyroscopes and moving
average for magnetometers. Let's allow for a filter configuration
item that would force any of the available filters selectively.

filter=median
filter=average

will supersede the default choice. There's no reason to support
a none setting, as it's the default.

Change-Id: I7f85738e3b770d86efe9a709495c08ca36ba4024
Tracked-On: https://jira01.devtools.intel.com/browse/IRDA-3484
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
common.h
control.c
description.c
description.h
filtering.c
transform.c