rocknixk: Update 260707#417
Merged
Merged
Conversation
yaps2: update BIOS path
amd64: add YAPS2-SA
disable sticks led drivers until better fix
odin2: fix boot
move to 25kHz freq
thor-lite: fix pwm freq
amd64: add rocknix installer
…ation rocknix: getshaders optimization
drastic-sa: soften LCD3X subpixel mask and scanline darkening
amd64: Sway - Treat eDP like dsi, and set HDMI res.
workflows: build qt6 - use bash shell
sm8250: Stop RP5 full speed fan at shutdown
The Odin 3's two back "macro" paddles (M1, M2) do nothing on stock ROCKNIX because there is no driver for them. They are not on the gamepad MCU UART (rsinput) and not ADC despite AYN's Android "adckey"/keydetect.ko naming - they are plain active-low SoC TLMM GPIOs (M1 = GPIO 3, M2 = GPIO 7), reverse-engineered from AYN's Android keydetect.ko (gpio_request 515/519 = TLMM base 512 + offsets 3/7). Add a gpio-keys node to the Odin 3 dts exposing them as BTN_Z (M1, left) and BTN_C (M2, right) - the spare gamepad codes AYN's own firmware uses and which the existing InputPlumber map (ayn_mcu.yaml) already routes to Left/RightPaddle1, so they become usable paddle buttons in games and Steam. Per review: folded into the existing 0047-arm64-dts-qcom-Add-AYN-Odin3.patch instead of adding a separate 0510 patch.
SM8750: AYN Odin 3 - expose the two back paddles as gpio-keys
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.
Summary
Testing
Additional Context
AI Usage
While ROCKNIX doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? YES | PARTIALLY | NO