[OE-core] [PATCH] runqemu: switch touchscreen emulation to HID tablet

Cristian Iorga cristian.iorga at intel.com
Tue Oct 7 21:30:01 UTC 2014


The Wacom tablet as emulated by qemu is no longer
supported in the current form in linux 3.17.
Switching to USB HID tablet qemu emulation in runqemu.
Proper mouse integration is provided.

Partial fix for issue [YOCTO #6810].

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 scripts/runqemu-internal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index 38745dd..38b9908 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -116,7 +116,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"
     if [ "$KVM_ACTIVE" = "yes" ]; then
         QEMU_NETWORK_CMD=""
         DROOT="/dev/vda"
@@ -261,7 +261,7 @@ else
             ROOTFS_OPTIONS="-hda $ROOTFS"
         fi
         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
-- 
1.9.1




More information about the Openembedded-core mailing list