ladybird/Kernel/Bus/USB
Jesse Buhagiar 2c16532159 Kernel+USB: Move descriptor bookkeeping into seperate structure(s)
We now have a seperately allocated structure for the bookkeeping
information in the QueueHead and TransferDescriptor UHCI strucutres.
This way, we can support 64-bit pointers in UHCI, fixing a problem where
32-bit pointers would truncate the upper 32-bits of the (virtual)
address of the descriptor, causing a crash.

Co-authored-by: b14ckcat <b14ckcat@protonmail.com>
2022-10-22 15:54:55 -04:00
..
UHCI Kernel+USB: Move descriptor bookkeeping into seperate structure(s) 2022-10-22 15:54:55 -04:00
PacketTypes.h
USBClasses.h Kernel/USB: Add header containing all the current USB classes 2021-08-14 21:22:44 +02:00
USBConfiguration.cpp Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBConfiguration.h Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBConstants.h Kernel/USB: Add Hubs and the UHCI Root Hub 2021-08-14 21:22:44 +02:00
USBController.cpp Kernel/USB: Create controller base class and introduce USBManagement 2021-08-09 21:05:25 +02:00
USBController.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
USBDescriptors.h Kernel/USB: Add new USBHIDDescriptor type 2022-04-22 15:16:56 +02:00
USBDevice.cpp Kernel/USB: Refactor USB Pipe 2022-10-18 12:58:12 +02:00
USBDevice.h Kernel/USB: Refactor USB Pipe 2022-10-18 12:58:12 +02:00
USBEndpoint.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
USBHub.cpp Kernel/USB: Refactor USB Pipe 2022-10-18 12:58:12 +02:00
USBHub.h Kernel/USB: Refactor USB Pipe 2022-10-18 12:58:12 +02:00
USBInterface.h Kernel/USB: Add interface descriptor accessor 2022-06-02 13:14:29 +02:00
USBManagement.cpp Kernel/SysFS: Split bulky SysFSUSB file into two separate class files 2022-06-17 11:01:27 +02:00
USBManagement.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
USBPipe.cpp Kernel/USB: Refactor USB Pipe 2022-10-18 12:58:12 +02:00
USBPipe.h Kernel/USB: Refactor USB Pipe 2022-10-18 12:58:12 +02:00
USBRequest.h Kernel: Put USB request constants in namespace 2022-04-26 22:56:45 +02:00
USBTransfer.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
USBTransfer.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00