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
2025-12-27 19:59:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecc9c5409df8acc76d600bfc40147da153d1069a
ladybird
/
Kernel
/
Bus
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
..
PCI
Kernel/HID: Add support for virtio input devices
2024-05-23 11:16:57 -06:00
SerialIO
Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation
2023-06-21 05:02:09 -06:00
USB
Kernel: Prevent integer overflow in USB::Hub::check_for_port_updates()
2024-05-27 17:35:42 +02:00
VirtIO
Kernel/HID: Add support for virtio input devices
2024-05-23 11:16:57 -06:00