Skip to content

Commit

Permalink
make min tdp for the Ally
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Sep 14, 2024
1 parent 0a670bf commit 7433381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adjustor/hhd.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def autodetect(existing: Sequence[HHDPlugin]) -> Sequence[HHDPlugin]:
):
drivers.append(AsusDriverPlugin("RC72L" in prod))
drivers_matched = True
min_tdp = 7

if os.environ.get("HHD_ADJ_DEBUG") or os.environ.get("HHD_ENABLE_SMU"):
drivers_matched = False
Expand Down

0 comments on commit 7433381

Please sign in to comment.