Re: [PATCH v4 3/4] iio: accel: adxl345: Implement event scaling for ABI compliance
From: Taha Ed-Dafili
Date: Sat Feb 21 2026 - 12:21:37 EST
I did go over the datasheet and found the hardware uses a single
register for both tap thresholds, so I assume the VALUE was intentionally
omitted from DOUBLETAP to avoid duplicate sysfs attributes.
I mechanically added the scale attribute without realizing this. I will
drop BIT(IIO_EV_INFO_SCALE) for double tap and update the docs in v5.
I'll wait a couple of days for any other feedback before sending the
next version.