symbian-qemu-0.9.1-12/qemu-symbian-svp/plugins/syborg_pointer.py
changeset 62 99ca724f9829
parent 1 2fb8b9db1c86
--- a/symbian-qemu-0.9.1-12/qemu-symbian-svp/plugins/syborg_pointer.py	Thu Apr 22 14:57:42 2010 +0100
+++ b/symbian-qemu-0.9.1-12/qemu-symbian-svp/plugins/syborg_pointer.py	Thu Apr 22 14:59:02 2010 +0100
@@ -1,3 +1,8 @@
+#
+# Contributors:
+# NTT DOCOMO, INC. -- Syborg QEMU crashes when using skin + touchscreen device
+#
+
 import qemu
 
 class syborg_pointer(qemu.devclass):
@@ -32,7 +37,7 @@
     self.fifo=[]
     self.current = self.fifo_entry(0, 0, 0, 0)
     self.int_enabled = False
-    qemu.register_mouse(self.event, self.absolute)
+    qemu.register_mouse(self.event, self.absolute, self.name)
 
   def read_reg(self, offset):
     offset >>= 2