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

Fix bitfield issue in SMBus header #9

Merged

Conversation

wmarone
Copy link

@wmarone wmarone commented Jan 23, 2025

The SMBus header came up one bit short on the source id field, resulting in addresses over 0x39 being truncated.

  • Extended the bitfield to cover all 7 bits of the address field.
  • Updated test_generate_smbus_header to exercise that bit.

The SMBus header came up one bit short on the source id field, resulting
in addresses over 0x39 being truncated.

* Extended the bitfield to cover all 7 bits of the address field.
* Updated test_generate_smbus_header to exercise that bit.
@alistair23 alistair23 merged commit aa77640 into westerndigitalcorporation:master Jan 24, 2025
1 check passed
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.

2 participants