mirror of
https://github.com/RPCS3/hidapi.git
synced 2024-11-27 12:00:43 +00:00
9448fd8fcb
This fixes the performance issue caused by calling CancelIo() when no data arrives in asynchronous (non-blocking) mode. Reported by Bill Good. This new design also fixes the race condition causing lost packets that can happen if data comes between the time when the Event was checked (WaitForSingleObject()) and the CancelIo() call. Reported by Hans Van Leemputten. |
||
---|---|---|
.. | ||
ddk_build | ||
.gitignore | ||
hid.cpp | ||
hidapi.sln | ||
hidapi.vcproj | ||
hidtest.vcproj | ||
Makefile | ||
Makefile.mingw |