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:
7957e9c
)
Input: switch to input_abs_*() access functions
author
Daniel Mack
<daniel@caiaq.de>
Tue, 3 Aug 2010 03:15:17 +0000
(20:15 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 3 Aug 2010 03:29:56 +0000
(20:29 -0700)
Change all call sites in drivers/input to not access the ABS axis
information directly anymore. Make them use the access helpers instead.
Also use input_set_abs_params() when possible.
Did some code refactoring as I was on it.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found