mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 02:08:58 +00:00
Kernel/USB: Add support for bulk transfers
This commit is contained in:
parent
6a3f959e92
commit
8a7876d65c
Notes:
sideshowbarker
2024-07-17 10:44:23 +09:00
Author: https://github.com/b14ckcat
Commit: 8a7876d65c
Pull-request: https://github.com/SerenityOS/serenity/pull/13973
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/gmta
7 changed files with 80 additions and 0 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
virtual ErrorOr<void> start() = 0;
|
||||
|
||||
virtual ErrorOr<size_t> submit_control_transfer(Transfer&) = 0;
|
||||
virtual ErrorOr<size_t> submit_bulk_transfer(Transfer& transfer) = 0;
|
||||
|
||||
u8 allocate_address();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue