1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:18:10 +00:00
serenity/Kernel/Devices/HID
Liav A 8a0a3638f0 Kernel/HID: Introduce the all-mice device
This device will be used by userspace to read mouse packets from all
mouse devices that are attached to the machine.

This change is a preparation before we can enable seamless hotplug
capabilities in WindowServer for mouse devices, without any major change
on the userspace side.
2024-01-12 16:08:08 -07:00
..
PS2 Kernel/HID: Fix PS2 keyboard scan code tables 2024-01-12 16:02:13 -07:00
USB Kernel/HID: Introduce initial USB mouse support 2023-10-15 22:56:30 +02:00
AllMiceDevice.cpp Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
AllMiceDevice.h Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
Definitions.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Device.h Kernel/HID: Add methods to attach and detach standalone devices 2023-10-15 22:56:30 +02:00
KeyboardDevice.cpp Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
KeyboardDevice.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Management.cpp Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
Management.h Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
MouseDevice.cpp Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
MouseDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
ScanCodeEvent.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00