1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 11:41:10 +00:00
serenity/Kernel/Bus
Jesse Buhagiar a1df8a1896 Kernel/USB: Add control_transfer() function USB::Device
Some other parts of the USB stack may require us to perform a control
transfer. Instead of abusing `friend` to expose the default pipe, let's
just expose it via a function.
2022-04-22 15:16:56 +02:00
..
PCI Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
USB Kernel/USB: Add control_transfer() function USB::Device 2022-04-22 15:16:56 +02:00
VirtIO Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00