Re: [PATCH] Input: Optimize Event Filter functionality

2015-01-08 Thread Dmitry Torokhov
On Thu, Jan 08, 2015 at 05:39:44AM -0800, Anshul Garg wrote: > From: Anshul Garg > > As input_pass_values function is called everytime when EV_SYN is sent > from input driver or input event buffer becomes full. > So in case of regular handler event filter code should not run so added > check whet

[PATCH] Input: Optimize Event Filter functionality

2015-01-08 Thread Anshul Garg
From: Anshul Garg As input_pass_values function is called everytime when EV_SYN is sent from input driver or input event buffer becomes full. So in case of regular handler event filter code should not run so added check whether handler supports filter or not. Signed-off-by: Anshul Garg --- dri

[PATCH] Input: Optimize Event Filter functionality

2015-01-05 Thread Anshul Garg
From: Anshul Garg As input_pass_values function is called everytime when EV_SYN is sent from input driver or input event buffer becomes full. So in case of regular handler event filter code should not run so added check whether handler supports filter or not. Signed-off-by: Anshul Garg --- dri