aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ts_filter_mean.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/ts_filter_mean.h')
-rw-r--r--drivers/input/touchscreen/ts_filter_mean.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/ts_filter_mean.h b/drivers/input/touchscreen/ts_filter_mean.h
index 5677ed89019..7b3935f9e0c 100644
--- a/drivers/input/touchscreen/ts_filter_mean.h
+++ b/drivers/input/touchscreen/ts_filter_mean.h
@@ -17,6 +17,9 @@
struct ts_filter_mean_configuration {
/* Number of points for the mean. */
int length;
+
+ /* Generic filter configuration. */
+ struct ts_filter_configuration config;
};
/* API functions for the mean filter */