Kernel/USB: Update SysFS from the generic hub instead of from UHCI

This commit is contained in:
Luke 2021-08-11 03:13:47 +01:00 committed by Andreas Kling
commit 4b4525dfc7
Notes: sideshowbarker 2024-07-18 05:43:36 +09:00
4 changed files with 30 additions and 3 deletions

View file

@ -102,6 +102,8 @@ private:
USBHubDescriptor m_hub_descriptor;
Device::List m_children;
void remove_children_from_sysfs();
};
}