mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:47:34 +00:00
Kernel/USB: Add Hubs and the UHCI Root Hub
This commit is contained in:
parent
9dcd146ab4
commit
da0a1068e9
11 changed files with 1009 additions and 100 deletions
|
@ -32,8 +32,10 @@ set(KERNEL_SOURCES
|
|||
Bus/PCI/Initializer.cpp
|
||||
Bus/PCI/WindowedMMIOAccess.cpp
|
||||
Bus/USB/UHCIController.cpp
|
||||
Bus/USB/UHCIRootHub.cpp
|
||||
Bus/USB/USBController.cpp
|
||||
Bus/USB/USBDevice.cpp
|
||||
Bus/USB/USBHub.cpp
|
||||
Bus/USB/USBManagement.cpp
|
||||
Bus/USB/USBPipe.cpp
|
||||
Bus/USB/USBTransfer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue