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

Add support for androids ueventd lib #2

Closed
bylaws opened this issue Jun 15, 2019 · 2 comments
Closed

Add support for androids ueventd lib #2

bylaws opened this issue Jun 15, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@bylaws
Copy link
Contributor

bylaws commented Jun 15, 2019

Unlike most Linux distros android uses its own uevent library, this should be supported.

Putting here to track my progress.

BTW, when I tried to use the joycon driver with android I never got any subcmd reply reports sent back as reply to calib read, I just get a barrage of 0x3f packets.

@DanielOgorchock
Copy link
Owner

That's funny timing. I just replied to your mailing list email. I think the calibration timeout is due to the subcommands being sent in the probe. Deferring all of that to run outside the probe might make it work on Android. Worth a shot at least, since it seems like it isn't ever sending the subcommand.

@DanielOgorchock
Copy link
Owner

DanielOgorchock commented Oct 17, 2019

I've just refactored the daemon in preparation to add more functionality (including support potentially for the rail driver). Part of that refactor involved isolating all the udev code to one file, so we should have an easier time supporting uevent when it comes to adding android support. Do you know if there's a C or C++ library for uevent integration available?

@DanielOgorchock DanielOgorchock added the enhancement New feature or request label Nov 3, 2019
@bylaws bylaws closed this as completed Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants