Topic: WinHidDevice OutputReportByteLength is wrongly read
Hi,
We have a custom HID device that has OutputReportByteLength set to 4 bytes in firmware, but when we open it in Windows, the value is equal to the InputReportByteLength, i.e. 31.
Is it Windows error ?
Linux reports correct value - HidSharp was not used there to test.