Re: [PATCH] Input: elan: enable middle button of touchpads on ThinkPad P52

2018-06-19 Thread Benjamin Tissoires
On Tue, Jun 19, 2018 at 3:13 PM Aaron Ma wrote: > > On 06/19/2018 08:21 PM, Benjamin Tissoires wrote: > > On Tue, Jun 12, 2018 at 9:10 AM Aaron Ma wrote: > >> PNPID is better way to identify the type of touchpads. > >> Enable middle button support on 2 types of touchpads on Lenovo P52. > >> > >>

Re: [PATCH] Input: elan: enable middle button of touchpads on ThinkPad P52

2018-06-19 Thread Aaron Ma
On 06/19/2018 08:21 PM, Benjamin Tissoires wrote: > On Tue, Jun 12, 2018 at 9:10 AM Aaron Ma wrote: >> PNPID is better way to identify the type of touchpads. >> Enable middle button support on 2 types of touchpads on Lenovo P52. >> >> Cc: sta...@vger.kernel.org >> Cc: KT Liao >> Signed-off-by: Aa

Re: [PATCH] Input: elan: enable middle button of touchpads on ThinkPad P52

2018-06-19 Thread Benjamin Tissoires
On Tue, Jun 12, 2018 at 9:10 AM Aaron Ma wrote: > > PNPID is better way to identify the type of touchpads. > Enable middle button support on 2 types of touchpads on Lenovo P52. > > Cc: sta...@vger.kernel.org > Cc: KT Liao > Signed-off-by: Aaron Ma > --- > drivers/input/mouse/elantech.c | 9

[PATCH] Input: elan: enable middle button of touchpads on ThinkPad P52

2018-06-12 Thread Aaron Ma
PNPID is better way to identify the type of touchpads. Enable middle button support on 2 types of touchpads on Lenovo P52. Cc: sta...@vger.kernel.org Cc: KT Liao Signed-off-by: Aaron Ma --- drivers/input/mouse/elantech.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git