You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: