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

Commits on Jul 7, 2022

  1. gcenumeration: don't check enum entry avalability on read

    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 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a1b7cbf View commit details
    Browse the repository at this point in the history