mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Kernel/USB: Update SysFS from the generic hub instead of from UHCI
This commit is contained in:
parent
872c75ac44
commit
4b4525dfc7
Notes:
sideshowbarker
2024-07-18 05:43:36 +09:00
Author: https://github.com/Lubrsi
Commit: 4b4525dfc7
Pull-request: https://github.com/SerenityOS/serenity/pull/9394
Reviewed-by: https://github.com/supercomputer7
4 changed files with 30 additions and 3 deletions
|
@ -102,6 +102,8 @@ private:
|
|||
USBHubDescriptor m_hub_descriptor;
|
||||
|
||||
Device::List m_children;
|
||||
|
||||
void remove_children_from_sysfs();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue