mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 15:11:01 +00:00
These are the actual structures that allow USB to work (i.e the ones actually defined in the specification). This should provide us enough of a baseline implementation that we can build on to support different types of USB device. |
||
|---|---|---|
| .. | ||
| PacketTypes.h | ||
| UHCIController.cpp | ||
| UHCIController.h | ||
| UHCIDescriptorTypes.h | ||
| USBDescriptors.h | ||
| USBDevice.cpp | ||
| USBDevice.h | ||
| USBEndpoint.h | ||
| USBPipe.cpp | ||
| USBPipe.h | ||
| USBRequest.h | ||
| USBTransfer.cpp | ||
| USBTransfer.h | ||