User Activity

The USB-HID ST library comes with an example of Mouse device that I have adapted successfully.However it only has a single Input endpoint to send reports to the Host.I am mainly interested in OUT endpoint for communication Host to device.Does anyone ...
I am programming a USB-HID device based on STM32 CubeMX Mouse example.I made some modifications (interface, endpoints, report descriptor) and I am currently testing enumeration.Everything seems to be OK except that the lsusb command fails to dump the...