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

fixes bug 1148587 - 0x221 is the wrong adapter hex #2702

Conversation

peterbe
Copy link
Contributor

@peterbe peterbe commented Mar 30, 2015

@selenamarie r? or if you're too busy getting started in your new team, @rhelmer r?

So, if you look at Adapter Graphics Report in the Signature Summary you'll see that all the hexes for the adapters we don't recognized are padded as 4 characters. E.g. 0x0221. And '0x0221' != '0x221' even though hex(int('0x0221', 16)) == hex(int('0x221', 16)) is true.

So that's why we miss so many adapters in the signature summary that starts with a leading 0. This PR fixes that.

@selenamarie
Copy link
Contributor

@peterbe r+! Thank you for fixing this.

peterbe pushed a commit that referenced this pull request Mar 31, 2015
…adapter-hex

fixes bug 1148587 - 0x221 is the wrong adapter hex
@peterbe peterbe merged commit d4843e6 into mozilla-services:master Mar 31, 2015
@peterbe peterbe deleted the bug-1148587-0x221-is-the-wrong-adapter-hex branch March 31, 2015 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants