mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 13:34:37 -04:00
d2c3a9862e
Read callback may fire itself on its own even after its been requested to stop and exactly before the calling code waits for its completion in indefinite loop. Explicitly preventing re-fireing the submission loop, fixes the issue. Fixes: #142. Signed-off-by: Ihor Dutchak <ihor.youw@gmail.com>