mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
Kernel/USB: Remove get_device_{at_port,from_address}
Nothing was using these. These can be put back in the future if required. This also allows removing the devices array in UHCI.
This commit is contained in:
parent
da0a1068e9
commit
86ccacf6b5
Notes:
sideshowbarker
2024-07-18 05:43:46 +09:00
Author: https://github.com/Lubrsi
Commit: 86ccacf6b5
Pull-request: https://github.com/SerenityOS/serenity/pull/9394
Reviewed-by: https://github.com/supercomputer7
3 changed files with 0 additions and 29 deletions
|
@ -25,9 +25,6 @@ public:
|
|||
|
||||
virtual KResultOr<size_t> submit_control_transfer(Transfer&) = 0;
|
||||
|
||||
virtual RefPtr<USB::Device> const get_device_at_port(USB::Device::PortNumber) = 0;
|
||||
virtual RefPtr<USB::Device> const get_device_from_address(u8) = 0;
|
||||
|
||||
u8 allocate_address();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue