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
As you can see, the logical min & max, as well as report size & count are skipped for the output. I suspect this is correct and because they are identical to the input (I'm not an expert on HID). However, I'm need them to be in there for robust device discovery. It would be great if I could disable this optimization somehow.
The text was updated successfully, but these errors were encountered:
FlorianUekermann
changed the title
skipped report descriptor fields
Include redundant report descriptor fields
Aug 13, 2022
I use the
gen_hid_descriptor
macro like this:the resulting descriptor looks like this:
As you can see, the logical min & max, as well as report size & count are skipped for the output. I suspect this is correct and because they are identical to the input (I'm not an expert on HID). However, I'm need them to be in there for robust device discovery. It would be great if I could disable this optimization somehow.
The text was updated successfully, but these errors were encountered: