[Voyageurs] Send USB keypress data to the keyboard driver.
This commit is contained in:
parent
3c1e435e04
commit
02d4f8c80e
10 changed files with 79 additions and 20 deletions
|
|
@ -15,11 +15,10 @@ uint64_t main(uint64_t init_port) {
|
|||
|
||||
YellowstoneClient yellowstone(gInitEndpointCap);
|
||||
|
||||
ASSIGN_OR_RETURN(auto xhci, XhciDriver::InitiateDriver(yellowstone));
|
||||
|
||||
dbgln("Initializing PS/2 Driver.");
|
||||
KeyboardDriver driver;
|
||||
|
||||
ASSIGN_OR_RETURN(auto xhci, XhciDriver::InitiateDriver(yellowstone));
|
||||
|
||||
dbgln("Starting PS/2 Thread.");
|
||||
Thread keyboard_thread = driver.StartInterruptLoop();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue