You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at usbd_hid.c, line 295:
mps = HID_APP(itf)->Report->Input.MaxSize;
With very high confidence this should be Output.MaxSize as it is used for opening the output endpoint.
Our device is one of those special cases with long output reports and relatively small input reports, so we were bound to discover this one. :)
The text was updated successfully, but these errors were encountered:
Looking at usbd_hid.c, line 295:
mps = HID_APP(itf)->Report->Input.MaxSize;
With very high confidence this should be Output.MaxSize as it is used for opening the output endpoint.
Our device is one of those special cases with long output reports and relatively small input reports, so we were bound to discover this one. :)
The text was updated successfully, but these errors were encountered: