From: Dmitry Torokhov Date: Wed, 8 Oct 2014 16:28:32 +0000 (-0700) Subject: Input: automatically set EV_ABS bit in input_set_abs_params X-Git-Tag: fixes-against-v3.18-rc2~35^2~5^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9a9cfec04f2c6ed7b4e607cd53ca903b2c4642;p=pandora-kernel.git Input: automatically set EV_ABS bit in input_set_abs_params Let's automatically set EV_ABS bit in device's event type list when calling input_set_abs_params() so that drivers do not have to do it explicitly. These calls are never in a hot paths so we won't lose much time by setting the same bit several times. Reviewed-by: David Herrmann Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed