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:
4668546
)
Input: stmpe-keypad - fix valid key line bitmask
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 24 Oct 2014 21:36:54 +0000
(14:36 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 24 Oct 2014 21:54:45 +0000
(14:54 -0700)
The bitmask comment says it will enable GPIO 8-14 and 16-20 for keypad use,
but it actually enables GPIO 8-11 and 13-20 due to a bit error.
Instead of masking of the "hole" at GPIO 12 (which is used for keypad
output 4) mask of the proper "hole" at GPIO 15.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
No differences found