RE: [PATCH] Input: elantech - Remove read/write registers in attr.

2020-05-25 Thread jingle
-in...@vger.kernel.org; phoe...@emc.com.tw; dave.w...@emc.com.tw; josh.c...@emc.com.tw Subject: Re: [PATCH] Input: elantech - Remove read/write registers in attr. Hi Jingle, On Tue, May 26, 2020 at 10:22:46AM +0800, Jingle.Wu wrote: > New Elan IC would not be accessed with the specific regit

Re: [PATCH] Input: elantech - Remove read/write registers in attr.

2020-05-25 Thread Dmitry Torokhov
Hi Jingle, On Tue, May 26, 2020 at 10:22:46AM +0800, Jingle.Wu wrote: > New Elan IC would not be accessed with the specific regiters. What about older Elaan parts? We can't simply drop compatibility with older chips in newer kernels. Thanks. -- Dmitry

[PATCH] Input: elantech - Remove read/write registers in attr.

2020-05-25 Thread Jingle.Wu
New Elan IC would not be accessed with the specific regiters. Signed-off-by: Jingle Wu --- drivers/input/mouse/elantech.c | 20 1 file changed, 20 deletions(-) diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index 2d8434b7b623..fa1aa5f441f5 1006