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

ARM distrib support and support for multiple identical devices through use of hid_open_path #8

Merged
merged 4 commits into from
Jan 8, 2014

Conversation

kelle62819
Copy link
Contributor

Current code base does not seem to support multiple devices with identical Vendor and Product IDs. This pull request adds an optional path argument to the device constructor. If omitted, it works as before. If present, device is created with the HIDAPI's hid_open_path function. Now enumerate can be used to find all devices and their paths, and then the device objects can be created using those paths.

Also added a new setup file, setup-arm.py, to replace the current i386 library that is being referenced.

gbishop added a commit that referenced this pull request Jan 8, 2014
ARM distrib support and support for multiple identical devices through use of hid_open_path
@gbishop gbishop merged commit cc52380 into gbishop:master Jan 8, 2014
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.

3 participants