HID Report Descriptor
Posted: Mon Dec 03, 2007 6:01 am
I was wondering if someone might show a input and output in a HID Report Descriptor.
I'm able to create a hid report using X, Y, Z as inputs for the report....but I was wondering if someone could show a Report Descriptor that has both 16bit value inputs as well as 16bit value outputs.
I just cant seem to figure this out, and I've spent alot of time searching on the internet to no avail. I have everything working except this.
Also to implement a interupt out will I have to add my own endpoint descriptor to usbdrv.c? I notice that Christian adds a interupt in endpoint descriptor to the Configuration Descriptor automaticly if USB_CFG_HAVE_INTRIN_ENDPOINT is defined. I don't see a define for example USB_CFG_HAVE_INTROUT_ENDPOINT.
Update: I've been able to get the HID report created so that part is fixed.
I'm able to create a hid report using X, Y, Z as inputs for the report....but I was wondering if someone could show a Report Descriptor that has both 16bit value inputs as well as 16bit value outputs.
I just cant seem to figure this out, and I've spent alot of time searching on the internet to no avail. I have everything working except this.
Also to implement a interupt out will I have to add my own endpoint descriptor to usbdrv.c? I notice that Christian adds a interupt in endpoint descriptor to the Configuration Descriptor automaticly if USB_CFG_HAVE_INTRIN_ENDPOINT is defined. I don't see a define for example USB_CFG_HAVE_INTROUT_ENDPOINT.
Update: I've been able to get the HID report created so that part is fixed.