[Voyageurs] Receive keypress information from the usb keyboard.

This commit is contained in:
Drew Galbraith 2024-02-24 14:18:11 -08:00
parent 2cc9c89051
commit c5f8195255
6 changed files with 77 additions and 5 deletions

View file

@ -8,6 +8,7 @@
#include <mammoth/util/memory_region.h>
#include "xhci/control_command.h"
#include "xhci/endpoint.h"
#include "xhci/trb_ring.h"
#include "xhci/xhci.h"
@ -59,7 +60,7 @@ class DeviceSlot {
mmth::Semaphore configure_device_semaphore_;
glcr::UniquePtr<TrbRingWriter> other_endpoint_transfer_trb_;
glcr::Array<Endpoint> endpoints_;
};
template <typename T>