summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-09-28 14:38:53 +0000
committerMatthew Allum <mallum@openedhand.com>2006-09-28 14:38:53 +0000
commitae40c627ced7de14f4f3120aa61056fd0c7c9713 (patch)
tree4f1a1e6fa3e22a9ec88c5deb52358b7b3da8702c /scripts
parenteb83f4bb4e05b8a8c12340be1e1d03d136cb6811 (diff)
downloadpoky-ae40c627ced7de14f4f3120aa61056fd0c7c9713.tar.gz
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qemu/qemu-ext22
1 files changed, 1 insertions, 1 deletions
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
5QEMU_MEMORY="64M" 5QEMU_MEMORY="64M"
6fi 6fi
7 7
8qemu-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 8qemu-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