summaryrefslogtreecommitdiff
path: root/Kernel/Devices/UHCIController.cpp
AgeCommit message (Expand)Author
2021-01-09Kernel/USB: Move USB related files to into specific directoryJesse Buhagiar
2020-09-05Kernel/USB: Disable autodetection of UHCI controllers for nowAndreas Kling
2020-09-05Kernel/USB: Start the UHCI controller after resetting itAndreas Kling
2020-09-04Kernel/USB: Add a simple UHCIController::stop()Andreas Kling
2020-09-04Kernel/USB: Add some constants for the USBCMD and USBSTS bitsAndreas Kling
2020-09-04Kernel/USB: Start fleshing out a basic UHCI controller driver :^)Andreas Kling