Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hid.c #189

Closed
wants to merge 1 commit into from
Closed

Update hid.c #189

wants to merge 1 commit into from

Conversation

FrankChrist
Copy link

Some Devices must be opened in share_mode= FILE_SHARE_READ | FILE_SHARE_WRITE for read access. In My case it was a Contour Express JogDial.

Some Devices must be opened in share_mode= FILE_SHARE_READ | FILE_SHARE_WRITE for read access. In My case it was a Contour Express JogDial.
@signal11
Copy link
Owner

This should be fixed in b5b2e17 . Let me know if it's not.

@signal11 signal11 closed this Sep 20, 2016
erikolofsson pushed a commit to Malterlib/hidapi that referenced this pull request Nov 25, 2020
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: signal11#142.

Signed-off-by: Ihor Dutchak <ihor.youw@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants