rootfs: Add udev rule for AYANEO 3 magic module controls - #536
Open
matmartinez wants to merge 1 commit into
Open
rootfs: Add udev rule for AYANEO 3 magic module controls#536matmartinez wants to merge 1 commit into
matmartinez wants to merge 1 commit into
Conversation
Grants unprivileged access to the sysfs controls used by the upcoming AYANEO magic-modules plugin: eject/reset on the hid-ayaneo HID driver and controller_power on the ayaneo-ec platform driver. Prerequisite for the plugin store submission per ShadowBlip#528.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisite for the AYANEO magic-modules quick-bar plugin, as requested in #528: grants unprivileged access to the sysfs controls the plugin drives —
eject/reseton the hid-ayaneo driver andcontroller_poweron the mainline ayaneo-ec driver.Notes:
MODE/uaccess(device nodes only), hence theRUN+chmod form. The HID device rebinds on every controller power cycle, so the rule matchesadd|bind.0666since these are local physical controls with no data exposure and there's no cross-distro group to target; happy to switch to a group-write model if you prefer one.The plugin itself: https://github.com/matmartinez/ayaneo-3-bazzite-compat/tree/main/ogui-plugin — registry PR to OpenGamepadUI-plugins to follow once this lands. (While building it I also hit #535, which affects all quick-bar plugins in overlay mode.)