-
Notifications
You must be signed in to change notification settings - Fork 69
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
systemd service: paranoia mode #90
base: master
Are you sure you want to change the base?
Conversation
As I have pointed out in the Gentoo bug report below[1], access to /dev/uinput is also needed. Otherwise, pairing the Pro Controller as virtual device does not work. |
Does that only affect Bluetooth? Also do you have a udev rule for uinput for the Pro Controller? |
No, my controller is connected via cable.
Yes, I have the following rule for uinput: |
Sounds like the udev rule should be submitted to upstream? That |
Maybe it should. The rule is part of the Steam Input rules[1] as Steam makes quite some use of uinput. Steam is also the primary reason why pairing the Pro Controller as a virtual controller is even a thing in joycond because Steam Input is fighting with the kernel driver until [2] is fixed. [1] ValveSoftware/steam-for-linux#4794 |
Pushed the fix. After the uinput device exists, what is the output of |
When I first played around with the issue, I also tried finding the corresponding device group name. I was, however, not knowledgeable enough to figure it out. Here are the character devices shown by
|
I"m going to leave it as is with the device path. |
Makes the service run with extreme restrictions.