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 ID Manufacturer Name property #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mapame
Copy link

@mapame mapame commented Apr 26, 2024

The manufacturer ID name (3-character ISA PNPID) was being retrieved incorrectly, according to the VESA Enhanced EDID Standard, it is stored in big-endian order, but was erroneously being read as little-endian. It was also missing the offset value that needs to be added to convert the characters back to ASCII.

Matheus Medeiros added 2 commits April 26, 2024 15:25
Add a big-endian version of `read_u16` and use it to read the ID Manufacturer
Name (ISA PNPID).
@mapame mapame changed the title Fix manufacturer ID name property Fix ID Manufacturer Name property Apr 26, 2024
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