X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdrv%2Fkb.c;h=6577882cf1686da25d9d1bb74ac51c5e135546bb;hb=f69b8089900c0d1d08ea4b430d54519040ec4466;hp=18f431ae7a5608f4ab44cd595f4ebe5d4ad40be7;hpb=d1714d8a27a603ce8ac4ba91e8c0c3d060d767ee;p=tpg%2Facess2.git diff --git a/Kernel/drv/kb.c b/Kernel/drv/kb.c index 18f431ae..6577882c 100644 --- a/Kernel/drv/kb.c +++ b/Kernel/drv/kb.c @@ -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);