Temporarily remove usb-tablet device from qemu

This commit is contained in:
Jeremy Soller 2022-02-14 10:40:27 -07:00
parent 7bfb223b74
commit 72ba48fee5
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -36,7 +36,7 @@ ifeq ($(vga),no)
QEMUFLAGS+=-nographic -vga none QEMUFLAGS+=-nographic -vga none
endif endif
ifneq ($(usb),no) ifneq ($(usb),no)
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0 QEMUFLAGS+=-device nec-usb-xhci,id=xhci
endif endif
ifeq ($(gdb),yes) ifeq ($(gdb),yes)
QEMUFLAGS+=-s QEMUFLAGS+=-s