Skip to content
Snippets Groups Projects
Verified Commit 72ba48fe authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Temporarily remove usb-tablet device from qemu

parent 7bfb223b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ ifeq ($(vga),no)
QEMUFLAGS+=-nographic -vga none
endif
ifneq ($(usb),no)
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
QEMUFLAGS+=-device nec-usb-xhci,id=xhci
endif
ifeq ($(gdb),yes)
QEMUFLAGS+=-s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment