-
Notifications
You must be signed in to change notification settings - Fork 176
Display interrupt type in IOReg #493
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
Conversation
narcyzzo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I tested those changes, really very usefull.
|
@1Revenger1 Can you make a small change and push? Looks like our CI pipeline is broken and the push will cause it to re-build. |
|
Nvm, turns out I had circleci attached to my fork to see if it'd work. I detached it from the project and it works now. |
It's a little hard sometimes to figure out whether VoodooI2C is polling or using APIC/GPIO interrupts without looking at logs. This provides a quick way to figure out what mode is being used. Solves #487
Sorry for the messy commits, was from me fooling around with VoodooI2CHID at the same time.