Report Descriptor
Moderator: Moderators
Report Descriptor
Where can I find Report Descriptor for SpaceNavigator?
Re: Report Descriptor
it is confidential information?
I have a device - SpaceNavigator.jwick wrote:I don't understand what you want. The report descriptor comes from the device. Do you not have a device?
The HID descriptor beginnig is here, I need to see continuation
Thanks
This post contains references to a HID test program that may help you.
I have already seen it.jwick wrote:This post contains references to a HID test program that may help you.
I mean like this
Code: Select all
/* Space Nav */
0x05, 0x01, // USAGE_PAGE (Generic Desktop)
0x09, 0x08, // USAGE (Undefined)
0xa1, 0x01, // COLLECTION (Application)
0xa1, 0x00, // COLLECTION (Physical)
0x85, 0x01, // REPORT_ID (1)
0x16, 0x0c, 0xfe, // LOGICAL_MINIMUM (-500)
0x26, 0xf4, 0x01, // LOGICAL_MAXIMUM (500)
0x36, 0x00, 0x80, // PHYSICAL_MINIMUM (-32768)
0x46, 0xff, 0x7f, // PHYSICAL_MAXIMUM (32767)
