Kernel: Implement simple USB HID driver

This should be easily expandable to add HID devices
This commit is contained in:
2024-07-14 02:02:59 +03:00
parent 442ea8a692
commit 1efc6a1385
10 changed files with 1010 additions and 11 deletions

View File

@@ -31,5 +31,6 @@ qemu-system-$QEMU_ARCH \
-drive format=raw,id=disk,file=${BANAN_DISK_IMAGE_PATH},if=none \
-device e1000e,netdev=net \
-netdev user,id=net \
-device qemu-xhci \
$DISK_ARGS \
$@ \