Kernel: Fix USB code

Fix USB Keyboard scan code table for bottom row of keyboard

Support multiple interfaces on a single USB device

Add usb mouse to default qemu settings
This commit is contained in:
2024-07-15 11:48:48 +03:00
parent 75875d3a8f
commit 4cd9252ff6
5 changed files with 19 additions and 15 deletions

View File

@@ -31,6 +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 -device usb-kbd \
-device qemu-xhci -device usb-kbd -device usb-mouse \
$DISK_ARGS \
$@ \