From: Linus Walleij Date: Fri, 24 Oct 2014 21:36:54 +0000 (-0700) Subject: Input: stmpe-keypad - fix valid key line bitmask X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~19^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2175b0f739934e718bc27770afd3d285c470bb1b;p=pandora-kernel.git Input: stmpe-keypad - fix valid key line bitmask 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed