]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: fix typo in keycode validation supporting large scancodes
authorMattia Dongili <malattia@linux.it>
Thu, 18 Nov 2010 17:06:43 +0000 (09:06 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 18 Nov 2010 17:20:42 +0000 (09:20 -0800)
commitde391d12500ede13faa7ecadbe900a8de1f76cfa
tree1eead92192ccd11aebe5b734767aebfeed5dd258
parent6f07d31e46639e4b1b23de6ee88c9e079a7bf32d
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 <malattia@linux.it>
Tested-by: Norbert Preining <preining@logic.at>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/input.c