Re: [PATCH v1 01/63] Input: introduce input_mt_report_slot_inactive

2019-08-21 Thread Jiada Wang
Hi Dmitry On 2019/08/17 2:12, Dmitry Torokhov wrote: Hi Jiada, On Fri, Aug 16, 2019 at 05:28:50PM +0900, Jiada Wang wrote: input_mt_report_slot_state() ignores the tool when the slot is closed. which has caused a bit of confusion. This patch introduces input_mt_report_slot_inactive() to report

Re: [PATCH v1 01/63] Input: introduce input_mt_report_slot_inactive

2019-08-16 Thread Dmitry Torokhov
Hi Jiada, On Fri, Aug 16, 2019 at 05:28:50PM +0900, Jiada Wang wrote: > input_mt_report_slot_state() ignores the tool when the slot is closed. > which has caused a bit of confusion. > This patch introduces input_mt_report_slot_inactive() to report slot > inactive state. > replaces all input_mt_rep

[PATCH v1 01/63] Input: introduce input_mt_report_slot_inactive

2019-08-16 Thread Jiada Wang
input_mt_report_slot_state() ignores the tool when the slot is closed. which has caused a bit of confusion. This patch introduces input_mt_report_slot_inactive() to report slot inactive state. replaces all input_mt_report_slot_state() with input_mt_report_slot_inactive() in case of close of slot, a