kernel: add keycodes for F11/F12 as we'll need them soon
authorAlan Cox <alan@linux.intel.com>
Sun, 28 Jan 2018 00:44:09 +0000 (00:44 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 28 Jan 2018 00:44:09 +0000 (00:44 +0000)
Kernel/include/keycode.h

index 60a9f01..cf6bb01 100644 (file)
@@ -51,6 +51,8 @@
 #define KEY_F8         ESC('8')
 #define KEY_F9         ESC('9')
 #define KEY_F10                ESC('0')
+#define KEY_F11                ESC(':')
+#define KEY_F12                ESC(';')
 
 /* Specials that vt.c will expand - in the range 0x80-0x9F. These are the odd
    2 byte codes that sneak into UK and US type keyboards */