Hello,
I'm using the KL26 microcontroller in one of our boards with "SDK_2.4.1_MKL26Z256xxx4".
I implement an HID keyboard using "usb_device_hid_generic" example of the SDK.
I need to manage the LED report without using the OUT ENDPOINT so I have removed it in order to implement the LED report with the CONTROL ENDPOINT and the SET REPORT REQUEST event.
With wireshark and the USBPCap I see that with only the IN ENDPOINT, the HOST send a SET REPORT REQUEST instead of an OUTPUT INTERRUPT in order to change the LED status.
Now, I have to manage this event but when I debug the code with breakpoints, I'm not able to locate the point in which this event is intercepted.
Could you help me?
Thank you for all the attention.
Best Regards
Daniele