From: John Hodge Date: Thu, 1 Mar 2012 13:03:38 +0000 (+0800) Subject: Kernel - Slight comming change X-Git-Tag: rel0.15~740 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=c148af78b6b78bf38f37d27256e54491b3724ebf;p=tpg%2Facess2.git Kernel - Slight comming change --- diff --git a/KernelLand/Kernel/include/keysyms.h b/KernelLand/Kernel/include/keysyms.h index 25169e4c..caabb4e6 100644 --- a/KernelLand/Kernel/include/keysyms.h +++ b/KernelLand/Kernel/include/keysyms.h @@ -127,6 +127,8 @@ enum eUSB_Keysyms KEYSYM_KBINT7, KEYSYM_KBINT8, KEYSYM_KBINT9, + + // TODO: Define this void KEYSYM_LEFTCTRL = 0xE0, KEYSYM_LEFTSHIFT, @@ -137,7 +139,7 @@ enum eUSB_Keysyms KEYSYM_RIGHTALT, KEYSYM_RIGHTGUI - // TODO: Define the rest + // > 0xE7 is undefined as of revision 1.12 of the HID Usage Tables }; #endif