[RFC 0/2] iio: Add single and double tap events support

From: Jagath Jog J
Date: Sun May 29 2022 - 00:02:04 EST


This patch series adds new event type for tap called gesture and direction
is used to differentiate single and double tap. This series adds single
and double tap support for bma400 accelerometer device driver.

Jagath Jog J (2):
iio: Add new event type gesture and use direction for single and
double tap
iio: accel: bma400: Add support for single and double tap events

Documentation/ABI/testing/sysfs-bus-iio | 19 +++
drivers/iio/accel/bma400.h | 11 ++
drivers/iio/accel/bma400_core.c | 186 ++++++++++++++++++++++--
drivers/iio/industrialio-event.c | 5 +-
include/uapi/linux/iio/types.h | 3 +
tools/iio/iio_event_monitor.c | 8 +-
6 files changed, 221 insertions(+), 11 deletions(-)


base-commit: c321674386d8d5597831cbf980f566df8c98d4c1
--
2.17.1