-
Notifications
You must be signed in to change notification settings - Fork 397
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
Add error reporting to the MacOS port. #314
Conversation
This is to resolve issue #310 |
Hi @hardkrash, Are you still up to finish this PR? |
#428 has been merged. |
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.
I took the liberty of updating the implementation:
- rebased to master/fixed conflicts;
- updated error messages/error handling a bit;
I don't have a chance to test this well as of yet.
Additional core review is welcome.
I guess if any objections/improvements - we'll be fixing them in master. |
macOS: Error reporting/hid_error implementation (libusb#314)
Initial implementation of error messages for the macOS port.
Interface mostly copied from the linux port.
Messages probably need some love for the other errors being reported.