Re: [PATCH] HID: multitouch: do not blindly set EV_KEY or EV_ABS bits

2017-07-13 Thread Jiri Kosina
On Tue, 11 Jul 2017, Dmitry Torokhov wrote: > Now that input core insists on having dev->absinfo when device claims to > generate EV_ABS in its dev->evbit, we should not be blindly setting that > bit. > > The code in question might have been needed before input_set_abs_params() > started setting

Re: [PATCH] HID: multitouch: do not blindly set EV_KEY or EV_ABS bits

2017-07-13 Thread Jiri Kosina
On Tue, 11 Jul 2017, Dmitry Torokhov wrote: > Now that input core insists on having dev->absinfo when device claims to > generate EV_ABS in its dev->evbit, we should not be blindly setting that > bit. > > The code in question might have been needed before input_set_abs_params() > started setting

Re: [PATCH] HID: multitouch: do not blindly set EV_KEY or EV_ABS bits

2017-07-12 Thread Benjamin Tissoires
On Jul 11 2017 or thereabouts, Dmitry Torokhov wrote: > Now that input core insists on having dev->absinfo when device claims to > generate EV_ABS in its dev->evbit, we should not be blindly setting that > bit. > > The code in question might have been needed before input_set_abs_params() >

Re: [PATCH] HID: multitouch: do not blindly set EV_KEY or EV_ABS bits

2017-07-12 Thread Benjamin Tissoires
On Jul 11 2017 or thereabouts, Dmitry Torokhov wrote: > Now that input core insists on having dev->absinfo when device claims to > generate EV_ABS in its dev->evbit, we should not be blindly setting that > bit. > > The code in question might have been needed before input_set_abs_params() >

[PATCH] HID: multitouch: do not blindly set EV_KEY or EV_ABS bits

2017-07-11 Thread Dmitry Torokhov
Now that input core insists on having dev->absinfo when device claims to generate EV_ABS in its dev->evbit, we should not be blindly setting that bit. The code in question might have been needed before input_set_abs_params() started setting EV_ABS in device's evbit, but not anymore, and is now

[PATCH] HID: multitouch: do not blindly set EV_KEY or EV_ABS bits

2017-07-11 Thread Dmitry Torokhov
Now that input core insists on having dev->absinfo when device claims to generate EV_ABS in its dev->evbit, we should not be blindly setting that bit. The code in question might have been needed before input_set_abs_params() started setting EV_ABS in device's evbit, but not anymore, and is now