1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:27:35 +00:00
serenity/Kernel/Devices/USB
Jesse Buhagiar 06f1edb516 USB: Further Implement USB Structures
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.
2021-06-12 18:17:25 +04:30
..
PacketTypes.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
UHCIController.cpp USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
UHCIController.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
UHCIDescriptorTypes.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBDescriptors.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBDevice.cpp USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBDevice.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBEndpoint.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBPipe.cpp USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBPipe.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBRequest.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBTransfer.cpp USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
USBTransfer.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30