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

Two bug fixes and cleanup #797

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Two bug fixes and cleanup #797

merged 3 commits into from
Oct 30, 2023

Conversation

kk7ds
Copy link
Owner

@kk7ds kk7ds commented Oct 30, 2023

  • uvk5: Fix invalid return when firmware probe fails
  • th9000: Fix program mode negotiation
  • Fix bitwise grammar for bitfield

kk7ds added 3 commits October 30, 2023 14:41
This needs to raise an exception instead of returning a boolean, as
the latter just causes failures later trying to treat the boolean as
a memmap object.

Related to bug 10921
This makes us break out of the loop once we have received a positive
response to program mode.

Fixes #10922
Long ago, an error in the bitwise grammar allowed bitfields to be
defined without the comma delimiter between fields. This fixes that
error to make the grammar correct and also fixes the *many* errors
in bitwise definitions in a lot of drivers.
@kk7ds kk7ds merged commit 195f56b into master Oct 30, 2023
6 checks passed
@kk7ds kk7ds deleted the bug/10921/uvk5bool branch October 30, 2023 22:19
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.

1 participant