Kernel - Cleaning up a little (implemented MIN and MAX functions)
[tpg/acess2.git] / Modules / Input / PS2KbMouse / 8042.c
index fd78bb6..e11bc74 100644 (file)
@@ -38,6 +38,8 @@ void KBC8042_KeyboardHandler(int IRQ, void *Ptr)
 {
        Uint8   scancode;
 
+//     Log("KBC8042_KeyboardHandler: (IRQ=%i, Ptr=%p)", IRQ, Ptr);
+
        scancode = inb(0x60);
        KB_HandleScancode( scancode );
 }

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