Skip to content

Commit

Permalink
fix duplicate powersave path
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Oct 17, 2024
1 parent a046779 commit b23b5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_modules/devices/rog_ally.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ASUS_ARMORY_SLOW_WMI_PATH = "cat /sys/class/firmware-attributes/asus-armoury/attributes/ppt_pl2_sppt/current_value"
ASUS_ARMORY_STAPM_WMI_PATH = "cat /sys/class/firmware-attributes/asus-armoury/attributes/ppt_pl1_spl/current_value"

LEGACY_MCU_POWERSAVE_PATH = "/sys/class/firmware-attributes/asus-armoury/attributes/mcu_powersave"
LEGACY_MCU_POWERSAVE_PATH = "/sys/devices/platform/asus-nb-wmi/mcu_powersave"
ASUS_ARMORY_MCU_POWERSAVE_PATH = "/sys/class/firmware-attributes/asus-armoury/attributes/mcu_powersave"

def set_mcu_powersave(enabled):
Expand Down

0 comments on commit b23b5df

Please sign in to comment.