Kernel/HID: Add support for virtio input devices

This commit is contained in:
Sönke Holz
2024-05-06 20:56:41 +02:00
committed by Andrew Kaster
parent 9c205537e1
commit 018a28cf4a
9 changed files with 1504 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ if [ "$#" -eq "1" ]; then
'*.h' \
'*.mm' \
':!:Base' \
':!:Kernel/Devices/HID/VirtIO/EvDevDefinitions.h' \
':!:Kernel/FileSystem/Ext2FS/Definitions.h' \
':!:Userland/Libraries/LibCodeComprehension/Cpp/Tests/*' \
':!:Userland/Libraries/LibCpp/Tests/parser/*' \