summaryrefslogtreecommitdiff
path: root/Kernel/Devices/PS2MouseDevice.h
AgeCommit message (Expand)Author
2019-05-13Kernel: Add support for the PS/2 mouse wheel if detected.Andreas Kling
2019-04-29Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.Andreas Kling
2019-04-29Kernel: Make FIFO inherit from File.Andreas Kling
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling