How to implement custom HID host using maximum of HAL and middleware?
Hi all,
I am trying to implement FIDO U2F host. I have configured USB_FS as a host and added USB_HOST middleware with human interface host class. But I have noticed that USBH_HID_InterfaceInit function expects keyboard and mouse boot classes only, and returns fail on any other device type. Is there any way to add custom HID class to the host without patching generated files? The problem is that usbh_hid.c has not even /*USER CODE*/ sections, so patching it will give a headache upon code regeneration.
Regards,
Dmitry
