Re: [PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-10 Thread Bastien Nocera
On Wed, 2015-06-10 at 10:39 -0400, Benjamin Tissoires wrote: > On Jun 10 2015 or thereabouts, Bastien Nocera wrote: > > On Tue, 2015-06-09 at 11:52 -0700, Dmitry Torokhov wrote: > > > input_mt_init_slots() will do that for us. > > > > I'm guessing you know what you're doing here, but I couldn't

Re: [PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-10 Thread Benjamin Tissoires
On Jun 10 2015 or thereabouts, Bastien Nocera wrote: > On Tue, 2015-06-09 at 11:52 -0700, Dmitry Torokhov wrote: > > input_mt_init_slots() will do that for us. > > I'm guessing you know what you're doing here, but I couldn't find where > the EV_SYN bit would have been set in the

Re: [PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-10 Thread Bastien Nocera
On Tue, 2015-06-09 at 11:52 -0700, Dmitry Torokhov wrote: > input_mt_init_slots() will do that for us. I'm guessing you know what you're doing here, but I couldn't find where the EV_SYN bit would have been set in the input_mt_init_slots() call chain. > Signed-off-by: Dmitry Torokhov > --- >

Re: [PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-10 Thread Bastien Nocera
On Tue, 2015-06-09 at 11:52 -0700, Dmitry Torokhov wrote: input_mt_init_slots() will do that for us. I'm guessing you know what you're doing here, but I couldn't find where the EV_SYN bit would have been set in the input_mt_init_slots() call chain. Signed-off-by: Dmitry Torokhov

Re: [PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-10 Thread Benjamin Tissoires
On Jun 10 2015 or thereabouts, Bastien Nocera wrote: On Tue, 2015-06-09 at 11:52 -0700, Dmitry Torokhov wrote: input_mt_init_slots() will do that for us. I'm guessing you know what you're doing here, but I couldn't find where the EV_SYN bit would have been set in the input_mt_init_slots()

Re: [PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-10 Thread Bastien Nocera
On Wed, 2015-06-10 at 10:39 -0400, Benjamin Tissoires wrote: On Jun 10 2015 or thereabouts, Bastien Nocera wrote: On Tue, 2015-06-09 at 11:52 -0700, Dmitry Torokhov wrote: input_mt_init_slots() will do that for us. I'm guessing you know what you're doing here, but I couldn't find

[PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-09 Thread Dmitry Torokhov
input_mt_init_slots() will do that for us. Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/goodix.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 73ade35..b4d12e2 100644 ---

[PATCH] Input: goodix - do not explicitly set evbits in input device

2015-06-09 Thread Dmitry Torokhov
input_mt_init_slots() will do that for us. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com --- drivers/input/touchscreen/goodix.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 73ade35..b4d12e2 100644