summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-18 14:07:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:32:05 +0000
commit6be94ec72cdeec4947b5c473bed342601637b169 (patch)
tree78eb1ebeceb23bc0c17f5028dbbaf15c6e2219d7 /scripts
parent0cc381029936f34da30a65122c6d952954e07178 (diff)
downloadpoky-6be94ec72cdeec4947b5c473bed342601637b169.tar.gz
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 (From OE-Core rev: 4abf18a25ccb1a062a3775be1a70eaf6c155349c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu-internal4
1 files changed, 2 insertions, 2 deletions
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)
119if [ "$SLIRP_ENABLED" = "yes" ]; then 119if [ "$SLIRP_ENABLED" = "yes" ]; then
120 KERNEL_NETWORK_CMD="ip=dhcp" 120 KERNEL_NETWORK_CMD="ip=dhcp"
121 QEMU_TAP_CMD="" 121 QEMU_TAP_CMD=""
122 QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice wacom-tablet" 122 QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice tablet"
123 QEMU_NETWORK_CMD="" 123 QEMU_NETWORK_CMD=""
124 DROOT="/dev/vda" 124 DROOT="/dev/vda"
125 ROOTFS_OPTIONS="-drive file=$ROOTFS,if=virtio,format=raw" 125 ROOTFS_OPTIONS="-drive file=$ROOTFS,if=virtio,format=raw"
@@ -268,7 +268,7 @@ else
268 ROOTFS_OPTIONS="-drive file=$ROOTFS,if=virtio,format=raw" 268 ROOTFS_OPTIONS="-drive file=$ROOTFS,if=virtio,format=raw"
269 269
270 KERNCMDLINE="mem=$QEMU_MEMORY" 270 KERNCMDLINE="mem=$QEMU_MEMORY"
271 QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice wacom-tablet" 271 QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice tablet"
272 272
273 NFS_INSTANCE=`echo $TAP | sed 's/tap//'` 273 NFS_INSTANCE=`echo $TAP | sed 's/tap//'`
274 export NFS_INSTANCE 274 export NFS_INSTANCE