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:
@@ -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 \
|
||||
$@ \
|
||||
|
||||
Reference in New Issue
Block a user