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
libwacom-1.4 breaks gamepad permissions #271
Comments
|
I think I found the issue: in |
sbstnk
added a commit
to sbstnk/libwacom
that referenced
this issue
Jun 27, 2020
This was not doing actual matching of the property, but assigning it, which resulted in no device being assigned this property. This broke gamepad/joystick permissions. Fixes linuxwacom#271
whot
pushed a commit
that referenced
this issue
Jun 29, 2020
This was not doing actual matching of the property, but assigning it, which resulted in no device being assigned this property. This broke gamepad/joystick permissions. Fixes #271
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updating from libwacom-1.3 to libwacom-1.4 on Fedora 32 seems to have affected the permissions assigned to gamepads, resulting in those no longer working.
This is
getfacl /dev/input/event8andudevadm info /dev/input/event8with libwacom-1.3:And with libwacom-1.4:
Notably the
ID_INPUT_JOYSTICKis gone with libwacom-1.4.The text was updated successfully, but these errors were encountered: