mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 16:27:56 +00:00
Compare commits
No commits in common. "04edfd46bb95b00728912791636d8bb24c4691a6" and "94cdd71e1eb77c9a5d0ad212cdaaf892cc22bb9f" have entirely different histories.
04edfd46bb
...
94cdd71e1e
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Deploy Documentation
|
||||
name: Build OS
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -68,7 +68,7 @@ nsa bool CrashXHCIKeyboardDriver::TakeOwnership()
|
||||
|
||||
nsa bool CrashXHCIKeyboardDriver::Initialize()
|
||||
{
|
||||
// int timeout = 10;
|
||||
int timeout = 10;
|
||||
|
||||
if (!TakeOwnership())
|
||||
{
|
||||
@ -192,9 +192,7 @@ nsa void CrashXHCIKeyboardDriver::OnInterruptReceived(CPU::TrapFrame *Frame)
|
||||
Interrupter->IMAN.IP = 1;
|
||||
|
||||
if (!ops->USBSTS.EINT)
|
||||
{
|
||||
debug("!USBSTS.EINT");
|
||||
}
|
||||
// return;
|
||||
|
||||
ops->USBSTS.EINT = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user