]> xenbits.xensource.com Git - xenclient/ioemu-pq.git/commitdiff
Bit of a hack to disable absolute mode - which doesn't work when you have relative...
authorroot <root@kiffu-2.uk.xensource.com>
Sun, 2 Aug 2009 15:46:23 +0000 (16:46 +0100)
committerroot <root@kiffu-2.uk.xensource.com>
Sun, 2 Aug 2009 15:46:23 +0000 (16:46 +0100)
needs redoing. FIXME

master/fix-imobile-mouse [new file with mode: 0644]
master/series
master/status

diff --git a/master/fix-imobile-mouse b/master/fix-imobile-mouse
new file mode 100644 (file)
index 0000000..b633421
--- /dev/null
@@ -0,0 +1,19 @@
+diff --git a/hw/xenfb.c b/hw/xenfb.c
+index 4b71bf2..ef77ee6 100644
+--- a/hw/xenfb.c
++++ b/hw/xenfb.c
+@@ -322,12 +322,14 @@ static void xenfb_mouse_event(void *opaque,
+     struct XenInput *xenfb = opaque;
+     int i;
++#if 0
+     if (xenfb->abs_pointer_wanted)
+       xenfb_send_position(xenfb,
+                           dx * (ds_get_width(xenfb->c.ds) - 1) / 0x7fff,
+                           dy * (ds_get_height(xenfb->c.ds) - 1) / 0x7fff,
+                           dz);
+     else
++#endif
+       xenfb_send_motion(xenfb, dx, dy, dz);
+     for (i = 0 ; i < 8 ; i++) {
index d9757becb127240a1b2e9654d0a36d8f22e1111c..222690b2a439c151d00773accd77cabb27f29bf1 100644 (file)
@@ -21,3 +21,4 @@ alsa-config
 audio-volume-control
 dont-remap-passthrough-mmio
 fix-drop-mouse-keyboard
+fix-imobile-mouse
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a8f9b3d7c6b9b89db677502013edac56e0d78c65 100644 (file)
@@ -0,0 +1,20 @@
+ioemu-compil
+add-config-audio
+xenstore-watch-callbacks
+dm-ready
+suspend-by-signal
+battery-management
+oem-features
+thermal-management
+fix-build-warnings
+vga-passthrough
+dom0-driver
+intel
+use-vga-cmdline
+ps2-passthrough
+alsa-fix
+alsa-config
+audio-volume-control
+dont-remap-passthrough-mmio
+fix-drop-mouse-keyboard
+fix-imobile-mouse