RE: [PATCH v3] Input: elants_i2c - Report resolution of ABS_MT_TOUCH_MAJOR by FW information.

2020-09-13 Thread Johnny.Chuang
> On Thu, 27 Aug 2020 at 19:20, Johnny Chuang > wrote: > > > > This patch adds a new behavior to report touch major resolution based > > on information provided by firmware. > > > > In initial process, driver acquires touch information from touch ic. > > It contains one byte about the resolution v

RE: [PATCH v2] Input: elants_i2c - Report resolution of ABS_MT_TOUCH_MAJOR by FW information.

2020-08-27 Thread Johnny.Chuang
> On Wed, 26 Aug 2020 at 18:44, Johnny Chuang > wrote: > > > > This patch adds a new behavior to report touch major resolution based > > on information provided by firmware. > > > > In initial process, driver acquires touch information from touch ic. > > This information contains of one flag about

RE: [PATCH] Input: elants_i2c - return real value of elants_i2c_initialize()

2019-09-04 Thread Johnny.Chuang
Hi Dmitry, Got it, let it dropped. Many thanks, Johnny -Original Message- From: 'Dmitry Torokhov' [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, September 03, 2019 11:55 PM To: Johnny.Chuang Cc: linux-kernel@vger.kernel.org; linux-in...@vger.kernel.org; 'STRD2-蔡惠嬋&

RE: [PATCH] Input: elants_i2c - return real value of elants_i2c_initialize()

2019-09-02 Thread Johnny.Chuang
Hi Dmitry, Thanks for your explanation. If I want to abandon this patch, what's step I need to do? Many thanks, Johnny -Original Message- From: 'Dmitry Torokhov' [mailto:dmitry.torok...@gmail.com] Sent: Friday, August 30, 2019 2:30 AM To: Johnny.Chuang Cc: linux-kernel@

[PATCH] Input: elants_i2c - return real value of elants_i2c_initialize()

2019-08-27 Thread Johnny.Chuang
The return value of elants_i2c_initialize() was always 0. It maybe register input device when initialize fail. Signed-off-by: Johnny Chuang --- drivers/input/touchscreen/elants_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/elants_i2c.c b/driv

RE: [PATCH v3] Input: elants_i2c - get product id on recovery mode for FW update

2016-09-25 Thread Johnny.Chuang
There is only one different which is adding a new empty line for coding style. > if (!error) > - error = elants_i2c_query_fw_id(ts); > + error = error2; > + > if (!error) > error = elants_i2c_query_fw_version(ts); -Original Message- From: