diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-09-28 14:38:53 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-09-28 14:38:53 +0000 |
commit | ae40c627ced7de14f4f3120aa61056fd0c7c9713 (patch) | |
tree | 4f1a1e6fa3e22a9ec88c5deb52358b7b3da8702c /scripts | |
parent | eb83f4bb4e05b8a8c12340be1e1d03d136cb6811 (diff) | |
download | poky-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-x | scripts/qemu/qemu-ext2 | 2 |
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 | |||
5 | QEMU_MEMORY="64M" | 5 | QEMU_MEMORY="64M" |
6 | fi | 6 | fi |
7 | 7 | ||
8 | 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 | 8 | 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 |