* [Qemu-devel] [usb] correct position of hid descriptor for emulated usb mouse
@ 2006-04-08 22:47 Lonnie Mendez
0 siblings, 0 replies; only message in thread
From: Lonnie Mendez @ 2006-04-08 22:47 UTC (permalink / raw)
To: qemu-devel
I was trying out qemu's emulated usb mouse under debian sid and
windows xp. It worked fine under debian but failed to start under
windows xp guest.
It turns out the hid descriptor in the qemu_mouse_config_descriptor
array is out of position. Please see section 7.1 in the document HID1_11:
"The HID descriptor shall be interleaved between the Interface and
Endpoint descriptors for HID Interfaces. That is, the order shall be:
Configuration descriptor
Interface descriptor (specifying HID Class)
HID descriptor (associated with above Interface)
Endpoint descriptor (for HID Interrupt In Endpoint)
Optional Endpoint descriptor (for HID Interrupt Out Endpoint)"
The patch is linked below:
http://gnome.dnsalias.net/patches/qemu-hidmousexp.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-08 22:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-08 22:47 [Qemu-devel] [usb] correct position of hid descriptor for emulated usb mouse Lonnie Mendez
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).