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
When console endpoint size is 64 bytes hid_listen fails to display debug prints like below.
On Linux hid_listen works without problem.
Device disconnected.
Waiting for new device:
Listening:
Device disconnected.
Waiting for new device:
Listening:
Device disconnected.
Waiting for new device:
Listening:
Device disconnected.
Waiting for new device:
Listening:
Device disconnected.
Waiting for new device:
Listening:
Device disconnected.
Waiting for new device:
Listening:
The text was updated successfully, but these errors were encountered:
ReadFile() appears to require that buffer size is 65 when reading from 64-byte endpoint.
The function replies with error 1784 when using 64-byte buffer.
ERROR_INVALID_USER_BUFFER
1784 (0x6F8)
The supplied user buffer is not valid for the requested operation.
When console endpoint size is 64 bytes hid_listen fails to display debug prints like below.
On Linux hid_listen works without problem.
The text was updated successfully, but these errors were encountered: