From ae40c627ced7de14f4f3120aa61056fd0c7c9713 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 28 Sep 2006 14:38:53 +0000 Subject: Various minor tweaks to get qemu emulating a touchscreen device git-svn-id: https://svn.o-hand.com/repos/poky/trunk@772 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/qemu/qemu-ext2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/qemu/qemu-ext2 b/scripts/qemu/qemu-ext2 index 7402709c6c..4d69f0f1ca 100755 --- a/scripts/qemu/qemu-ext2 +++ b/scripts/qemu/qemu-ext2 @@ -5,4 +5,4 @@ then QEMU_MEMORY="64M" fi -qemu-system-arm -kernel $1 -append "root=/dev/sda mem=$QEMU_MEMORY" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup -M versatilepb -hda $2 \ No newline at end of file +qemu-system-arm -kernel $1 -append "root=/dev/sda mem=$QEMU_MEMORY" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup -M versatilepb -hda $2 -usb -usbdevice wacom-tablet -- cgit v1.2.3-54-g00ecf