mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:37:44 +00:00
Kernel/USB: Update SysFS from the generic hub instead of from UHCI
This commit is contained in:
parent
872c75ac44
commit
4b4525dfc7
4 changed files with 30 additions and 3 deletions
|
@ -34,6 +34,8 @@ protected:
|
|||
class SysFSUSBBusDirectory final : public SysFSDirectory {
|
||||
public:
|
||||
static void initialize();
|
||||
static SysFSUSBBusDirectory& the();
|
||||
|
||||
void plug(USB::Device&);
|
||||
void unplug(USB::Device&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue