From: Andrew Liu Date: Sat, 23 Nov 2013 18:06:36 +0000 (-0800) Subject: Input: keyboard - "keycode & KEY_MAX" changes some keycode values X-Git-Tag: v3.13-rc4~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cfb034e89a1c7148f617735d92a3655d27773f;p=pandora-kernel.git Input: keyboard - "keycode & KEY_MAX" changes some keycode values For exmaple, keycode: KEY_OK(0x160) is changed by "and" operation with KEY_MAX(0x2ff) to KEY_KPENTER(96). Signed-off-by: Andrew Liu Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed