commit | 54e74b87e2a9941c6fa82189f270b47cceeba714 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Jan 28 23:33:29 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jan 31 13:04:11 2011 +1000 |
tree | 4a41222df8d4f525a9686947d10884642eb95211 | |
parent | 1ca05b7fc2672ea870bd58f45dc8d36d2b980f94 [diff] |
Input: rc-keymap - return KEY_RESERVED for unknown mappings Do not respond with -EINVAL to EVIOCGKEYCODE for not-yet-mapped scancodes, but rather return KEY_RESERVED. This fixes breakage with Ubuntu's input-kbd utility that stopped returning full keymaps for remote controls. Tested-by: Mauro Carvalho Chehab <mchehab@redhat.com> Tested-by: Mark Lord <kernel@teksavvy.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>