-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
Submission type
- Bug report
systemd version the issue has been seen with
systemctl --version
systemd 231
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN
Used distribution
Fedora 25 64-bit (also occurs on Ubuntu 17.04)
In case of bug report: Expected behaviour you didn't see
sudo udevadm info --query=all --name=input/eventXX on the respective device that is Logitech Buzz(tm) will output line E: ID_INPUT_JOYSTICK=1 and device is available with SDL2 library as gamepad or joystick
In case of bug report: Unexpected behaviour you saw
sudo udevadm info --query=all --name=input/eventXX on the respective device that is Logitech Buzz(tm) doesn't output line E: ID_INPUT_JOYSTICK=1 and device is not available with SDL2 library as gamepad or joystick
In case of bug report: Steps to reproduce the problem
- Connect Logitech Buzz(tm)
- Get respective input device, e.g. by checking output of
sudo evtest - Run this command on the respective device:
sudo udevadm info --query=all --name=input/eventXX
The udev rules which seems to fix this for me is the following:
SUBSYSTEM=="input", ATTRS{idProduct}=="0002", ATTRS{idVendor}=="054c", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"