1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 00:50:47 +00:00
serenity/Kernel/Bus/USB
Idan Horowitz b4cdd6a55c Kernel: Prevent integer overflow in USB::Hub::check_for_port_updates()
The maximum valid value is 255, so max + 1 doesn't fit in a u8.
2024-05-27 17:35:42 +02:00
..
Drivers Kernel: Don't register USB devices if USBManagement is not initialized 2023-10-17 11:02:25 -06:00
EHCI Kernel: Stop allocating physical pages for mapped MMIO regions 2024-05-17 15:38:28 -06:00
UHCI Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
PacketTypes.h
USBClasses.h Kernel/USB: Add a crude USB MassStorage driver :^) 2023-09-29 16:14:47 -06:00
USBConfiguration.cpp Kernel: Avoid some copies during USBInterface enumeration/creation 2023-09-29 16:14:47 -06: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: Make USBControllers pseudo StorageControllers 2023-09-29 16:14:47 -06:00
USBController.h Kernel/USB: Make USBControllers pseudo StorageControllers 2023-09-29 16:14:47 -06:00
USBDescriptors.h Kernel/USB: Add new USBHIDDescriptor type 2022-04-22 15:16:56 +02:00
USBDevice.cpp Kernel/USB: Copy device configurations when copying devices 2023-09-29 16:14:47 -06:00
USBDevice.h Kernel/USB: Detach devices from their driver when they are detached 2023-09-18 11:09:19 -06:00
USBEndpoint.h Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
USBHub.cpp Kernel: Prevent integer overflow in USB::Hub::check_for_port_updates() 2024-05-27 17:35:42 +02:00
USBHub.h Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
USBInterface.h Kernel: Avoid some copies during USBInterface enumeration/creation 2023-09-29 16:14:47 -06:00
USBManagement.cpp Everywhere: Prefer {:#x} over 0x{:x} in format strings 2024-02-21 17:54:38 +01:00
USBManagement.h Kernel: Don't register USB devices if USBManagement is not initialized 2023-10-17 11:02:25 -06:00
USBPipe.cpp Kernel/USB: Don't include UHCIController.h in USBPipe.h 2024-04-28 22:30:48 +02:00
USBPipe.h Kernel/USB: Don't include UHCIController.h in USBPipe.h 2024-04-28 22:30:48 +02:00
USBRequest.h Kernel: Put USB request constants in namespace 2022-04-26 22:56:45 +02:00
USBTransfer.cpp Kernel/USB: Don't invoke async callback if transfer data size is 0 2023-10-15 22:56:30 +02:00
USBTransfer.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00