mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Kernel/USB: Move USB bus information from /proc to /sys
This patch moves all the USB data from /proc/bus/usb to /sys/bus/usb.
This commit is contained in:
parent
72a5347f91
commit
b975a74a1d
8 changed files with 93 additions and 80 deletions
|
@ -40,7 +40,6 @@ class PerformanceEventBuffer;
|
|||
class PhysicalPage;
|
||||
class PhysicalRegion;
|
||||
class ProcFS;
|
||||
class ProcFSBusDirectory;
|
||||
class ProcFSDirectoryInode;
|
||||
class ProcFSExposedComponent;
|
||||
class ProcFSExposedDirectory;
|
||||
|
@ -61,6 +60,8 @@ class SharedInodeVMObject;
|
|||
class Socket;
|
||||
class Space;
|
||||
class SysFS;
|
||||
class SysFSDirectory;
|
||||
class SysFSBusDirectory;
|
||||
class SysFSDirectoryInode;
|
||||
class SysFSInode;
|
||||
class TCPSocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue