Kernel - Slight comming change
authorJohn Hodge <[email protected]>
Thu, 1 Mar 2012 13:03:38 +0000 (21:03 +0800)
committerJohn Hodge <[email protected]>
Thu, 1 Mar 2012 13:04:00 +0000 (21:04 +0800)
KernelLand/Kernel/include/keysyms.h

index 25169e4..caabb4e 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au