Skip to content

Commit

Permalink
updated usage of ringing control endpoint doorbell api
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareCoding committed Sep 17, 2024
1 parent ceeaf9a commit 1ed7ebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified efi/OVMF_VARS.fd
Binary file not shown.
2 changes: 1 addition & 1 deletion kernel/src/drivers/usb/xhci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ namespace drivers {

kprint("[*] Ringing transfer ring doorbell: %i\n", transferRing->getDoorbellId());
kprintInfo(" transferRing - pa:0x%llx va:0x%llx\n", transferRing->getPhysicalBase(), transferRing->getVirtualBase());
m_doorbellManager->ringDoorbell(transferRing->getDoorbellId(), 1);
m_doorbellManager->ringControlEndpointDoorbell(transferRing->getDoorbellId());

// Let the host controller process the command
msleep(commandDelay);
Expand Down

0 comments on commit 1ed7ebc

Please sign in to comment.