From: Khem Raj Date: Wed, 18 Nov 2015 12:07:05 +0000 (+0200) Subject: runqemu-internal: Replace wacom-tablet with tablet for usbdevice X-Git-Tag: 2016-4~2142 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4abf18a25ccb1a062a3775be1a70eaf6c155349c;p=openembedded-core.git runqemu-internal: Replace wacom-tablet with tablet for usbdevice When booting weston-core-image with latest wayland/weston/libinput mouse/touchpad would not work on qemux86, this fixes the issue Signed-off-by: Khem Raj Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 3b0e54c86e..c2787c3394 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -119,7 +119,7 @@ ORIG_STTY=$(stty -g) if [ "$SLIRP_ENABLED" = "yes" ]; then KERNEL_NETWORK_CMD="ip=dhcp" QEMU_TAP_CMD="" - QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice wacom-tablet" + QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice tablet" QEMU_NETWORK_CMD="" DROOT="/dev/vda" ROOTFS_OPTIONS="-drive file=$ROOTFS,if=virtio,format=raw" @@ -268,7 +268,7 @@ else ROOTFS_OPTIONS="-drive file=$ROOTFS,if=virtio,format=raw" KERNCMDLINE="mem=$QEMU_MEMORY" - QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice wacom-tablet" + QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice tablet" NFS_INSTANCE=`echo $TAP | sed 's/tap//'` export NFS_INSTANCE