The patch titled classmate-laptop: add some keys present in other devices has been removed from the -mm tree. Its filename was classmate-laptop-add-some-keys-present-in-other-devices.patch This patch was dropped because it was merged into mainline or a subsystem tree 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 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