service: hid: Migrate hidbus to new interface
This commit is contained in:
parent
c10e720ba9
commit
b4d88a7bb4
10 changed files with 259 additions and 400 deletions
|
|
@ -31,7 +31,7 @@ public:
|
|||
bool SetCommand(std::span<const u8> data) override;
|
||||
|
||||
// Returns a reply from a command
|
||||
std::vector<u8> GetReply() const override;
|
||||
u64 GetReply(std::span<u8> out_data) const override;
|
||||
};
|
||||
|
||||
} // namespace Service::HID
|
||||
|
|
|
|||
Reference in a new issue