use usb-tablet instead of usb-mouse for qemu aarch64

This commit is contained in:
Jeremy Soller 2024-05-08 13:08:54 -06:00
parent 04a03b93ee
commit a393103334
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -47,7 +47,7 @@ else ifeq ($(ARCH),aarch64)
QEMUFLAGS+=-device ramfb
endif
ifneq ($(usb),no)
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-mouse
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-tablet
endif
else
$(error Unsupported ARCH for QEMU "$(ARCH)"))