git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f9db4
)
Input: automatically set EV_ABS bit in input_set_abs_params
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 8 Oct 2014 16:28:32 +0000
(09:28 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 8 Oct 2014 18:06:12 +0000
(11:06 -0700)
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 <dh.herrmann@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/input.c
patch
|
blob
|
history
diff --cc
drivers/input/input.c
Simple merge