1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 02:37:35 +00:00
serenity/Kernel/Devices/USB
Jesse Buhagiar 71c9572e74 USB: Store device descriptor on enumeration
We now store the device descriptor obtained from the device
during enumeration in the device's object in memory instead
of exposing all of the different members contained within it.
2021-06-18 17:04:57 +04:30
..
PacketTypes.h USB: Further Implement USB Structures 2021-06-12 18:17:25 +04:30
UHCIController.cpp USB: Store devices in globally accessible array 2021-06-18 17:04:57 +04:30
UHCIController.h USB: Store devices in globally accessible array 2021-06-18 17:04:57 +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: Store device descriptor on enumeration 2021-06-18 17:04:57 +04:30
USBDevice.h USB: Store device descriptor on enumeration 2021-06-18 17:04:57 +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