summaryrefslogtreecommitdiff
path: root/Kernel/PS2MouseDevice.cpp
AgeCommit message (Expand)Author
2019-02-12PS2MouseDevice: Add current buffer size to debug logging.Andreas Kling
2019-02-07Kernel: Drivers for PS/2 mouse and keyboard kept stealing from each other.Andreas Kling
2019-01-17PS2MouseDevice: Try to synchronize the data reporting stream.Andreas Kling
2019-01-16Rework WindowServer to use select() in its main event loop.Andreas Kling
2019-01-16Use a CircularQueue for the PS/2 mouse driver.Andreas Kling
2019-01-16Pass the process to CharacterDevice::read/write.Andreas Kling
2019-01-16Rename CharacterDevice::has_data_available_for_reading() -> can_read().Andreas Kling
2019-01-14Start refactoring the windowing system to use an event loop.Andreas Kling
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