Report Descriptor

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
logotx
Posts: 5
Joined: Tue Apr 05, 2011 12:38 am
Location: Ukraine
Contact:

Report Descriptor

Post by logotx »

Where can I find Report Descriptor for SpaceNavigator?
logotx
Posts: 5
Joined: Tue Apr 05, 2011 12:38 am
Location: Ukraine
Contact:

Re: Report Descriptor

Post by logotx »

it is confidential information?
jwick
Moderator
Moderator
Posts: 3455
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

I don't understand what you want. The report descriptor comes from the device. Do you not have a device?
logotx
Posts: 5
Joined: Tue Apr 05, 2011 12:38 am
Location: Ukraine
Contact:

Post by logotx »

jwick wrote:I don't understand what you want. The report descriptor comes from the device. Do you not have a device?
I have a device - SpaceNavigator.
The HID descriptor beginnig is here, I need to see continuation
Thanks
jwick
Moderator
Moderator
Posts: 3455
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

This post contains references to a HID test program that may help you.
logotx
Posts: 5
Joined: Tue Apr 05, 2011 12:38 am
Location: Ukraine
Contact:

Post by logotx »

jwick wrote:This post contains references to a HID test program that may help you.
I have already seen it.
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)
so what is next?
Post Reply