The patch titled classmate-laptop: add some keys present in other devices has been added to the -mm tree. Its filename is classmate-laptop-add-some-keys-present-in-other-devices.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: classmate-laptop: add some keys present in other devices From: Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxxxxxx> Some new devices have extra keys, which we add to our list. Currently, they all generate events that allow us to use a simple table/array, without need for the sparse keymap. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxxxxxx> Cc: Daniel Oliveira Nascimento <don@xxxxxxxxxxx> Cc: Matthew Garrett <mjg@xxxxxxxxxx> Cc: Len Brown <len.brown@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/platform/x86/classmate-laptop.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/platform/x86/classmate-laptop.c~classmate-laptop-added-some-keys-present-in-other-devices drivers/platform/x86/classmate-laptop.c --- a/drivers/platform/x86/classmate-laptop.c~classmate-laptop-added-some-keys-present-in-other-devices +++ a/drivers/platform/x86/classmate-laptop.c @@ -507,6 +507,10 @@ static int cmpc_keys_codes[] = { KEY_BRIGHTNESSDOWN, KEY_BRIGHTNESSUP, KEY_VENDOR, + KEY_UNKNOWN, + KEY_CAMERA, + KEY_BACK, + KEY_FORWARD, KEY_MAX }; _ Patches currently in -mm which might be from cascardo@xxxxxxxxxxxxxx are origin.patch linux-next.patch thinkpad-acpi-make-driver-events-work-in-nvram-poll-mode.patch classmate-laptop-add-some-keys-present-in-other-devices.patch eisa-fix-coding-style-for-eisa-bus-code.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html