Re: [PATCH v4 9/9] iio: imu: st_lsm6dsx: add tap event detection
From: Jonathan Cameron
Date: Sun Dec 07 2025 - 10:40:29 EST
On Mon, 1 Dec 2025 11:00:18 +0100
Francesco Lavra <flavra@xxxxxxxxxxxx> wrote:
> In order to allow sensors to advertise tap event capability and report tap
> events, define a new struct iio_event_spec array that includes a tap event
> spec, and a new struct iio_chan_spec array that references the new
> iio_event_spec array; for the LSM6DSV chip family, use the new
> iio_chan_spec array and define an event source for tap events.
> Tested on LSMDSV16X.
>
> Signed-off-by: Francesco Lavra <flavra@xxxxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
> Acked-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
Nice series and thanks to those who did all the reviews!
Applied this one as well. Seems there was never a clash with patch 1
going via the other path. Great as that makes it easier for me ;)
I have pushed this out as the testing branch of iio.git for now but
that will definitely be rebased.
Jonathan