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

hidapi crap removal #93

Merged
merged 17 commits into from
Oct 22, 2017
Merged

hidapi crap removal #93

merged 17 commits into from
Oct 22, 2017

Conversation

ArcaneNibble
Copy link
Collaborator

  • Removed most of the fields from hid_device_info because our code doesn't need them
  • Removed libudev dependency on Linux
  • Dropped OSX 10.5 support. We already effectively didn't really support this in the first place because we use C++11

The programmer board does not ever use these.
This was only necessary for a workaround that we don't need because we
don't use numbered reports.
This makes things slightly cleaner in preparation for removing the
libudev dependency.
It is now clear exactly where libudev needs to be removed and replaced.
Also enable debug flags for pure C code
They're equal to the ones we requested. Duh.
Justification: OSX 10.5 came out a decade ago, and it is rather
difficult to even get proper C++11 support for it (libc++ on OSX
requires at least 10.7)
@azonenberg azonenberg merged commit be75bd5 into azonenberg:master Oct 22, 2017
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.

None yet

2 participants