[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
|
|
@ -28,7 +28,8 @@ class DeviceSlot {
|
|||
XhciTrb CreateAddressDeviceCommand(uint8_t root_port, uint32_t route_string,
|
||||
uint16_t max_packet_size);
|
||||
|
||||
mmth::Semaphore IssueConfigureDeviceCommand(uint8_t config_value);
|
||||
mmth::Semaphore IssueConfigureDeviceCommand(
|
||||
uint8_t config_value, glcr::UniquePtr<mmth::PortClient> client);
|
||||
void SignalConfigureDeviceCompleted();
|
||||
|
||||
// Caller must keep the command in scope until it completes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue