From: Aristeu Rozanski Date: Tue, 27 Nov 2007 05:47:04 +0000 (-0500) Subject: Input: adds the context menu key (HUT GenDesc 0x84) X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=35baef2afb6270ff731b4d766f0b163c3912304f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Input: adds the context menu key (HUT GenDesc 0x84) Signed-off-by: Aristeu Rozanski Signed-off-by: Dmitry Torokhov --- diff --git a/include/linux/input.h b/include/linux/input.h index 1c0738111a79..2075d6da2a31 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -533,6 +533,8 @@ struct input_absinfo { #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */ #define KEY_FRAMEFORWARD 0x1b5 +#define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */ + #define KEY_DEL_EOL 0x1c0 #define KEY_DEL_EOS 0x1c1 #define KEY_INS_LINE 0x1c2