This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-09 17:25:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
533b29dde7301b5854657f81b87f49aeade4e5df
ladybird
/
Kernel
/
Bus
/
USB
History
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
…
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
…
USBConfiguration.cpp
…
USBConfiguration.h
…
USBConstants.h
…
USBController.cpp
…
USBController.h
…
USBDescriptors.h
…
USBDevice.cpp
…
USBDevice.h
…
USBEndpoint.h
…
USBHub.cpp
Kernel: Prevent integer overflow in USB::Hub::check_for_port_updates()
2024-05-27 17:35:42 +02:00
USBHub.h
…
USBInterface.h
…
USBManagement.cpp
Everywhere: Prefer {:#x} over 0x{:x} in format strings
2024-02-21 17:54:38 +01:00
USBManagement.h
…
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
…
USBTransfer.cpp
…
USBTransfer.h
Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage
2024-05-17 15:38:28 -06:00