From: Mattia Dongili Date: Thu, 18 Nov 2010 17:06:43 +0000 (-0800) Subject: Input: fix typo in keycode validation supporting large scancodes X-Git-Tag: v2.6.37-rc3~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de391d12500ede13faa7ecadbe900a8de1f76cfa;p=pandora-kernel.git Input: fix typo in keycode validation supporting large scancodes Check the input_keymap_entry keycode size (u32) instead of the device's (void*) when validating that keycode value can be stored in the keymap. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=22722 Signed-off-by: Mattia Dongili Tested-by: Norbert Preining Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed