mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
Compare commits
2 Commits
94cdd71e1e
...
04edfd46bb
Author | SHA1 | Date | |
---|---|---|---|
04edfd46bb | |||
082f2fb6f2 |
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build OS
|
||||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -68,7 +68,7 @@ nsa bool CrashXHCIKeyboardDriver::TakeOwnership()
|
||||
|
||||
nsa bool CrashXHCIKeyboardDriver::Initialize()
|
||||
{
|
||||
int timeout = 10;
|
||||
// int timeout = 10;
|
||||
|
||||
if (!TakeOwnership())
|
||||
{
|
||||
@ -192,7 +192,9 @@ 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