[OE-core] [PATCH 3/3] runqemu-internal: Replace wacom-tablet with tablet for usbdevice

Jussi Kukkonen jussi.kukkonen at intel.com
Wed Aug 5 11:50:21 UTC 2015


On 9 July 2015 at 20:52, Khem Raj <raj.khem at gmail.com> wrote:
> When booting weston-core-image with latest wayland/weston/libinput
> mouse/touchpad would not work on qemux86, this fixes the issue

The gcc upgrade from the same patchset has been in master for a while
but this one is not. I think it should be included: currently mouse
does not work in weston when started with "runqemu qemux86 kvm".

In other words, "ping",
  Jussi

> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  scripts/runqemu-internal | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
> index 6878251..67aef8d 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"
>      if [ "$KVM_ACTIVE" = "yes" ]; then
>          QEMU_NETWORK_CMD=""
>          DROOT="/dev/vda"
> @@ -274,7 +274,7 @@ else
>          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
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list