Compare commits

..

No commits in common. "04edfd46bb95b00728912791636d8bb24c4691a6" and "94cdd71e1eb77c9a5d0ad212cdaaf892cc22bb9f" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Deploy Documentation name: Build OS
on: on:
push: push:

View File

@ -68,7 +68,7 @@ nsa bool CrashXHCIKeyboardDriver::TakeOwnership()
nsa bool CrashXHCIKeyboardDriver::Initialize() nsa bool CrashXHCIKeyboardDriver::Initialize()
{ {
// int timeout = 10; int timeout = 10;
if (!TakeOwnership()) if (!TakeOwnership())
{ {
@ -192,9 +192,7 @@ nsa void CrashXHCIKeyboardDriver::OnInterruptReceived(CPU::TrapFrame *Frame)
Interrupter->IMAN.IP = 1; Interrupter->IMAN.IP = 1;
if (!ops->USBSTS.EINT) if (!ops->USBSTS.EINT)
{
debug("!USBSTS.EINT"); debug("!USBSTS.EINT");
}
// return; // return;
ops->USBSTS.EINT = 1; ops->USBSTS.EINT = 1;