summaryrefslogtreecommitdiff
path: root/Kernel/PS2MouseDevice.cpp
AgeCommit message (Expand)Author
2019-01-12Make PS2MouseDevice behave more like a proper character device.Andreas Kling
2019-01-12Reduce PS2MouseDevice debug spam in every dang mouse interrupt.Andreas Kling
2019-01-11Hook up the PS2MouseDevice to the AbstractScreen+WindowManager.Andreas Kling
2019-01-11Teach PS2MouseDevice to read the left and right buttons.Andreas Kling
2019-01-11Add a simple PS/2 mouse device.Andreas Kling