qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] RE: mousepointer jumps from right to left
@ 2008-09-15 13:12 gg
  0 siblings, 0 replies; only message in thread
From: gg @ 2008-09-15 13:12 UTC (permalink / raw)
  To: qemu-devel

Hi,

I tested this bug with different versions of kvm/qemu.
Now I found the place in code where it happens.
In qemu/hw/usb-hid.c "balrog" make some fixes for "USB HID" on 18 May 2008.

I think the error is in line 309.

Before changes:
-        0x26, 0xFF, 0x7F, /* Logical Maximum 0x7fff */

After changes:
+    0x26, 0xfe, 0x7f,  /*     Logical Maximum (0x7fff) */


So when I change 0xfe into 0xff, my mousepointer don't jumps
in "full-screen"-mode from right to left.

Regards,

Gregor

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-15 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 13:12 [Qemu-devel] RE: mousepointer jumps from right to left gg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).