From: Martin Pitt Date: Fri, 19 Oct 2012 06:03:09 +0000 (+0200) Subject: keymap: Tolerate invalid entries in keymaps X-Git-Tag: v195~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=accfdb7abfe0dad7c8e7e5364d93ad962895acfc;hp=accfdb7abfe0dad7c8e7e5364d93ad962895acfc;p=elogind.git keymap: Tolerate invalid entries in keymaps Some keymaps apply to a large range of computer models, not all of which have all of the scan codes in the maps. If a single scan code is invalid, do not abort but continue with the next entry in the map. Instead just show the error message for that particular scan code, to help with debugging. ---