[PATCH] Input: raydium_ts_i2c: Do not send zero length

2020-12-15 Thread jeffrey.lin
Add default write command package to prevent i2c quirk error of zero data length as Raydium touch firmware update is executed. Signed-off-by: jeffrey.lin --- drivers/input/touchscreen/raydium_i2c_ts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen

Re: [PATCH] Input: raydium_ts_i2c: Do not send zero length

2020-12-14 Thread Dmitry Torokhov
On Tue, Dec 15, 2020 at 02:07:00PM +0800, Jeffrey Lin wrote: > Yes, it is. Great! > > Dmitry Torokhov 於 2020年12月15日 週二 下午1:48寫道: > > > Hi Jeffrey, > > > > On Tue, Dec 15, 2020 at 11:21:06AM +0800, jeffrey.lin wrote: > > > Add default write command package to prevent i2c quirk error of zero > >

Re: [PATCH] Input: raydium_ts_i2c: Do not send zero length

2020-12-14 Thread Dmitry Torokhov
Hi Jeffrey, On Tue, Dec 15, 2020 at 11:21:06AM +0800, jeffrey.lin wrote: > Add default write command package to prevent i2c quirk error of zero > data length as Raydium touch firmware update is executed. > > Signed-off-by: jeffrey.lin > BUG=b:174207906 > TEST=Successfully tested update Raydium t

[PATCH] Input: raydium_ts_i2c: Do not send zero length

2020-12-14 Thread jeffrey.lin
Add default write command package to prevent i2c quirk error of zero data length as Raydium touch firmware update is executed. Signed-off-by: jeffrey.lin BUG=b:174207906 TEST=Successfully tested update Raydium touch firmware over 100 times Change-Id: I311b0d26d7642bb800547cd0e87013be17cb7e1b ---