Re: [PATCH] Input: elan_i2c - Prevent breaking of FW updating from unexpected signal

2017-05-25 Thread 'Dmitry Torokhov'
> phoe...@emc.com.tw > Subject: Re: [PATCH] Input: elan_i2c - Prevent breaking of FW updating from > unexpected signal > > Hi KT, > > On Tue, May 23, 2017 at 10:32:02PM +0800, KT Liao wrote: > > Use wait_for_completion_timeout to prevent breaking of FW updating from >

RE: [PATCH] Input: elan_i2c - Prevent breaking of FW updating from unexpected signal

2017-05-24 Thread 廖崇榮
Hi Dmitry -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Wednesday, May 24, 2017 5:14 AM To: KT Liao Cc: linux-kernel@vger.kernel.org; linux-in...@vger.kernel.org; phoe...@emc.com.tw Subject: Re: [PATCH] Input: elan_i2c - Prevent breaking of FW updating

Re: [PATCH] Input: elan_i2c - Prevent breaking of FW updating from unexpected signal

2017-05-23 Thread Dmitry Torokhov
Hi KT, On Tue, May 23, 2017 at 10:32:02PM +0800, KT Liao wrote: > Use wait_for_completion_timeout to prevent breaking of FW updating from > unexpected signal > > Signed-off-by: KT Liao > --- > drivers/input/mouse/elan_i2c_i2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] Input: elan_i2c - Prevent breaking of FW updating from unexpected signal

2017-05-23 Thread KT Liao
Use wait_for_completion_timeout to prevent breaking of FW updating from unexpected signal Signed-off-by: KT Liao --- drivers/input/mouse/elan_i2c_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/mouse/elan_i2c_i2c.c b/drivers/input/mouse/elan_i2c_i2c.c in