From 192bdd0644a3cb233863677f9445fbde1a1ddafa Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Wed, 29 Jan 2025 17:43:35 +0100 Subject: [PATCH] handheld: ally: Install and enable powerbuttond Signed-off-by: Peter Jung --- profiles/pci/handhelds/profiles.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/pci/handhelds/profiles.toml b/profiles/pci/handhelds/profiles.toml index 8c9c950..579e0f8 100644 --- a/profiles/pci/handhelds/profiles.toml +++ b/profiles/pci/handhelds/profiles.toml @@ -97,10 +97,10 @@ vendor_ids = "1002" device_ids = "15bf" hwd_product_name_pattern = '(ROG Ally).*' priority = 6 -packages = 'inputplumber jupiter-hw-support steam cachyos-handheld mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon opencl-rusticl-mesa lib32-opencl-rusticl-mesa rocm-opencl-runtime' +packages = 'steam-powerbuttond-git inputplumber jupiter-hw-support steam cachyos-handheld mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon opencl-rusticl-mesa lib32-opencl-rusticl-mesa rocm-opencl-runtime' post_install = """ echo "Ally chwd installing..." - services=("inputplumber") + services=("inputplumber" "steam-powerbuttond") maskservices=("jupiter-biosupdate" "jupiter-controller-update" "jupiter-fan-control") echo "Enabling services..." for service in ${services[@]}; do