Hi,
I want to implement a simple USB-HID-device with the BeagleBone Black. Google already leaded me to this thread that contains some custom HID code: http://forum.stellarisiti.com/topic/453-launchpad-usb-example-and-documentation-additionslabs/
Since this seems to be some insider-code a few (beginners) questions:
1. I want to receive a report from my host and send back some bytes as response. The custom HID code in thread mentioned above contains a function in StellarisWare/usblib/device/usbhidcustom.c that receives some report data. But where/how can I send back the response?