Skip to content

Commit

Permalink
fix(ally-x): Disable amd_pmf driver for HHD TDP controls to work
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 16, 2024
1 parent 00931b2 commit 057aaa4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ fi
# ALLY POWER SAVE FIX
if [[ ":ROG Ally RC71L:" =~ ":$SYS_ID:" ]]; then
echo 0 | sudo tee /sys/devices/platform/asus-nb-wmi/mcu_powersave
elif [[ ":ROG Ally X RC72LA:" =~ ":$SYS_ID:" ]]; then
modprobe -r amd_pmf
echo "blacklist amd_pmf" | sudo tee /etc/modprobe.d/hhd-blacklist.conf
fi

# WAYDROID FIX
Expand Down

0 comments on commit 057aaa4

Please sign in to comment.