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

gcenumeration: don't check enum entry avalability on read #689

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

EmmanuelP
Copy link
Contributor

Fixes #678

Removing this check, we will not know anymore if the value returned by the
device is a valid one. But it is the device fault, as on write the availability
is still checked.

And know we avoid an infinite loop on some devices like the one in the issue
report.

Fixes #678

Removing this check, we will not know anymore if the value returned by the
device is a valid one. But it is the device fault, as on write the availability
is still checked.

And know we avoid an infinite loop on some devices like the one in the issue
report.
@EmmanuelP EmmanuelP merged commit 3e7c434 into main Jul 12, 2022
@EmmanuelP EmmanuelP deleted the issue/678/don-t-check-enum-availability-on-read branch July 12, 2022 12:24
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.

Enumeration feature infinite loop due to availability condition
1 participant