serenity/Kernel/Devices/HID
Maja Kądziołka 3ed48e6008 Kernel/HID: Don't refer to a USB mouse as PS2
Following 77441079dd, the code in Kernel/Devices/HID/MouseDevice.cpp
is used by both USB and PS2 rodents. Make sure not to emit misleading
debug messages that could suggest that a USB mouse is a PS/2 one.
2023-11-30 13:30:12 -07:00
..
PS2 Kernel: Detect PS2 keyboards on some chromebooks properly 2023-10-03 16:19:03 -06:00
USB Kernel/HID: Introduce initial USB mouse support 2023-10-15 22:56:30 +02:00
Device.h Kernel/HID: Add methods to attach and detach standalone devices 2023-10-15 22:56:30 +02:00
KeyboardDevice.cpp Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
KeyboardDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
Management.cpp Kernel/HID: Add methods to attach and detach standalone devices 2023-10-15 22:56:30 +02:00
Management.h Kernel/HID: Add methods to attach and detach standalone devices 2023-10-15 22:56:30 +02:00
MouseDevice.cpp Kernel/HID: Don't refer to a USB mouse as PS2 2023-11-30 13:30:12 -07:00
MouseDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
ScanCodeEvent.h Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices 2023-04-09 18:11:37 +02:00