Kernel: Implement simple USB HID driver
This should be easily expandable to add HID devices
This commit is contained in:
@@ -95,6 +95,7 @@ set(KERNEL_SOURCES
|
||||
kernel/Timer/RTC.cpp
|
||||
kernel/Timer/Timer.cpp
|
||||
kernel/USB/Device.cpp
|
||||
kernel/USB/HID/HIDDriver.cpp
|
||||
kernel/USB/USBManager.cpp
|
||||
kernel/USB/XHCI/Controller.cpp
|
||||
kernel/USB/XHCI/Device.cpp
|
||||
|
||||
Reference in New Issue
Block a user