Skip to content

Commit

Permalink
handheld: ally: Install and enable powerbuttond
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jan 29, 2025
1 parent 8b7db35 commit 192bdd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiles/pci/handhelds/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 192bdd0

Please sign in to comment.