Re: [PATCH] Input: elants_i2c: Provide an attribute to show calibration count

2020-05-12 Thread Dmitry Torokhov
On Wed, May 06, 2020 at 04:48:52PM +0800, Johnny Chuang wrote: > From: Johnny Chuang > > There is an non-touch case by non-calibration after update firmware. > Elan could know calibrate or not by calibration count. > The value of '0x' means we didn't calibrate after update firmware. > If cali

[PATCH] Input: elants_i2c: Provide an attribute to show calibration count

2020-05-06 Thread Johnny Chuang
From: Johnny Chuang There is an non-touch case by non-calibration after update firmware. Elan could know calibrate or not by calibration count. The value of '0x' means we didn't calibrate after update firmware. If calibrate success, it will plus one and change to '0x'. Signed-off-by: Joh