-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Darwin: enable non-exclusive device usage #178
Comments
Duplicate of libusb/hidapi#27 It seems that the underlying library does not allow it |
This PR fixes it, isn't it? |
So it seems that all we need to do is export the following functions and set them accordingly.
@ilyalasy would you like to create a PR for this? |
Don't have experience with cython, but I can try |
@prusnak I'm interested in submitting a fix, but I've never used cython before. Can you give me some pointers on how to conditionally export these (only on darwin)? I haven't found anything relevant in cython's docs about this so far. |
ISTM that Cython does not export something it could not find, so just adding the functions to We would need to test this hypothesis |
When I use device.open(), device inputs are not accessible on any application other than my script code.
How can I fix that?
Platform: macOS (ARM)
The text was updated successfully, but these errors were encountered: