mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
a0a45889f4
The whole power-button fake-suspend chain was dead code: input.service (input_sense) is the only thing that turns KEY_POWER presses into archr-fake-suspend calls, the R33S and RG351 dpad-volbright quirks even restart it when active, but no package ever enabled it, so the power key fell through to logind's kernel suspend, which locks up on px30. Enable it for RK3326. Hardware test note: input_sense also reacts to KEY_VOLUME events, so watch for double-stepping volume on the rocker; if it doubles, the second handler needs to yield. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>