mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 01:07:58 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user