service: hid: Migrate hidbus to new interface

This commit is contained in:
Narr the Reg 2024-02-07 16:43:28 -06:00
parent c10e720ba9
commit b4d88a7bb4
10 changed files with 259 additions and 400 deletions

View file

@ -38,7 +38,7 @@ u8 HidbusStubbed::GetDeviceId() const {
return DEVICE_ID;
}
std::vector<u8> HidbusStubbed::GetReply() const {
u64 HidbusStubbed::GetReply(std::span<u8> out_data) const {
return {};
}