1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 09:01:00 +00:00
serenity/Kernel/Devices
Liav A 47978a5828 Kernel: Add support for vmmouse
We add this feature together with the VMWareBackdoor class.
VMWareBackdoor class is responsible for enabling the vmmouse, and then
controlling it from the PS2 mouse IRQ handler.
2020-02-04 19:11:52 +01:00
..
BlockDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
BlockDevice.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
BXVGADevice.cpp BXVGA: Disallow resolutions higher than 4096x2160 2020-01-28 20:57:40 +01:00
BXVGADevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CharacterDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CharacterDevice.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
DebugLogDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
DebugLogDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Device.cpp Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
Device.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
DiskDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
DiskDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
DiskPartition.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
DiskPartition.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
EBRPartitionTable.cpp Partition Table: Add support for Extended partitions 2020-02-02 00:20:41 +01:00
EBRPartitionTable.h Partition Table: Add support for Extended partitions 2020-02-02 00:20:41 +01:00
FloppyDiskDevice.cpp Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
FloppyDiskDevice.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
FullDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
FullDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GPTPartitionTable.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GPTPartitionTable.h Partition Table: Replace __attribute__((packed)) with [[gnu::packed]] 2020-02-01 17:32:25 +01:00
KeyboardDevice.cpp Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
KeyboardDevice.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
MBRPartitionTable.cpp Partition Table: Add support for Extended partitions 2020-02-02 00:20:41 +01:00
MBRPartitionTable.h Partition Table: Add support for Extended partitions 2020-02-02 00:20:41 +01:00
MBVGADevice.cpp Kernel: AnonymousVMObject::create_for_physical_range() should fail more 2020-01-28 20:48:07 +01:00
MBVGADevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
NullDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
NullDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PATAChannel.cpp Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
PATAChannel.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
PATADiskDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PATADiskDevice.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
PCSpeaker.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PCSpeaker.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PS2MouseDevice.cpp Kernel: Add support for vmmouse 2020-02-04 19:11:52 +01:00
PS2MouseDevice.h Kernel: Add support for vmmouse 2020-02-04 19:11:52 +01:00
RandomDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
RandomDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
SB16.cpp Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
SB16.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
SerialDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
SerialDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
VMWareBackdoor.cpp Kernel: Add support for vmmouse 2020-02-04 19:11:52 +01:00
VMWareBackdoor.h Kernel: Add support for vmmouse 2020-02-04 19:11:52 +01:00
ZeroDevice.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ZeroDevice.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00