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

Gamepads sometimes gets input sometimes not #2

Open
Superd22 opened this issue Aug 11, 2022 · 1 comment
Open

Gamepads sometimes gets input sometimes not #2

Superd22 opened this issue Aug 11, 2022 · 1 comment
Milestone

Comments

@Superd22
Copy link
Owner

Superd22 commented Aug 11, 2022

Gamepads seem finicky with bluetooth2. They always register in /proc/bus/input/devices but not in their /dev/input/eventN ...

Probably same issue than originally reported at webosbrew/apps-repo#20 (comment)

@Superd22 Superd22 added this to the Release milestone Aug 11, 2022
@Superd22
Copy link
Owner Author

/dev/hidrawN is always working

On first connect /input/eventN is set and gamepad works.
On subsequent connect /input/eventN does not work anymore.

rm -rf /input/eventN allows reconnection. But event recreated with wrong permission, changing chmod+chown and relaunching native apps solves the issue.

Still don't know what the underlying issue is, but could be used as an automated workaround.

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

No branches or pull requests

1 participant