On Fri, Jan 20, 2023 at 01:45:43PM +0100, Luca Ellero wrote: > Controllers that report pressure (e.g. ADS7846) use 5 commands and the > correct sequence is READ_X, READ_Y, READ_Z1, READ_Z2, PWRDOWN. > > Controllers that don't report pressure (e.g. ADS7845/ADS7843) use only 3 > commands and the correct sequence should be READ_X, READ_Y, PWRDOWN. But > the sequence sent was incorrect: READ_X, READ_Y, READ_Z1. > > Fix this by setting the third (and last) command to PWRDOWN. Provide a Fixes: tag? > Signed-off-by: Luca Ellero <l.ellero@xxxxxxx> -- With Best Regards, Andy Shevchenko