Re: [PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-20 Thread H. Nikolaus Schaller
Hi Dmitry, > Am 20.02.2017 um 02:10 schrieb Dmitry Torokhov : > > On Sat, Feb 18, 2017 at 03:58:39PM +0100, H. Nikolaus Schaller wrote: >> Hi Dmitry, >> >>> Am 17.02.2017 um 23:56 schrieb Dmitry Torokhov : >>> >>> Do not manipulate

Re: [PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-20 Thread H. Nikolaus Schaller
Hi Dmitry, > Am 20.02.2017 um 02:10 schrieb Dmitry Torokhov : > > On Sat, Feb 18, 2017 at 03:58:39PM +0100, H. Nikolaus Schaller wrote: >> Hi Dmitry, >> >>> Am 17.02.2017 um 23:56 schrieb Dmitry Torokhov : >>> >>> Do not manipulate evbit/keybit directly, use helper for that. >>> >>>

Re: [PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-19 Thread Dmitry Torokhov
On Sat, Feb 18, 2017 at 03:58:39PM +0100, H. Nikolaus Schaller wrote: > Hi Dmitry, > > > Am 17.02.2017 um 23:56 schrieb Dmitry Torokhov : > > > > Do not manipulate evbit/keybit directly, use helper for that. > > > > Signed-off-by: Dmitry Torokhov

Re: [PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-19 Thread Dmitry Torokhov
On Sat, Feb 18, 2017 at 03:58:39PM +0100, H. Nikolaus Schaller wrote: > Hi Dmitry, > > > Am 17.02.2017 um 23:56 schrieb Dmitry Torokhov : > > > > Do not manipulate evbit/keybit directly, use helper for that. > > > > Signed-off-by: Dmitry Torokhov > > --- > >

Re: [PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-18 Thread H. Nikolaus Schaller
Hi Dmitry, > Am 17.02.2017 um 23:56 schrieb Dmitry Torokhov : > > Do not manipulate evbit/keybit directly, use helper for that. > > Signed-off-by: Dmitry Torokhov > --- > drivers/input/touchscreen/tsc2007_core.c | 3 +-- > 1 file changed, 1

Re: [PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-18 Thread H. Nikolaus Schaller
Hi Dmitry, > Am 17.02.2017 um 23:56 schrieb Dmitry Torokhov : > > Do not manipulate evbit/keybit directly, use helper for that. > > Signed-off-by: Dmitry Torokhov > --- > drivers/input/touchscreen/tsc2007_core.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git

[PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-17 Thread Dmitry Torokhov
Do not manipulate evbit/keybit directly, use helper for that. Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/tsc2007_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/tsc2007_core.c

[PATCH] Input: tsc2007 - switch to using input_set_capability()

2017-02-17 Thread Dmitry Torokhov
Do not manipulate evbit/keybit directly, use helper for that. Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/tsc2007_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/tsc2007_core.c b/drivers/input/touchscreen/tsc2007_core.c