1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:17:44 +00:00
serenity/Kernel/Bus/USB/UHCI
Jesse Buhagiar 48c3c01de4 Kernel/USB: Send correct data for Root Hub Configuration Descriptor
A request of `GET_DESCRIPTOR` should be sending the entire configuration
chain, and not just the configuration descriptor.
2022-04-22 15:16:56 +02:00
..
UHCIController.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UHCIController.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UHCIDescriptorPool.h Kernel: Some clang-tidy fixes in Bus/USB 2021-12-09 22:53:42 -08:00
UHCIDescriptorTypes.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UHCIRootHub.cpp Kernel/USB: Send correct data for Root Hub Configuration Descriptor 2022-04-22 15:16:56 +02:00
UHCIRootHub.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00