Fixed bug in keyboard driver on real hardware (aux p/s2 port code)
authorJohn Hodge <[email protected]>
Sun, 11 Apr 2010 07:06:01 +0000 (15:06 +0800)
committerJohn Hodge <[email protected]>
Sun, 11 Apr 2010 07:06:01 +0000 (15:06 +0800)
Kernel/Makefile.BuildNum
Kernel/drv/kb.c

index 4abfa3e..10d13ca 100644 (file)
@@ -1 +1 @@
-BUILD_NUM = 1816
+BUILD_NUM = 1817
index 18f431a..6577882 100644 (file)
@@ -83,7 +83,7 @@ void KB_IRQHandler()
        // int  keyNum;
 
        // Check port 0x64 to tell if this is from the aux port
-       if( inb(0x64) & 0x20 )  return;
+       //if( inb(0x64) & 0x20 )        return;
 
        scancode = inb(0x60); // Read from the keyboard's data buffer
        //Log_Debug("Keyboard", "scancode = %02x", scancode);

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