[PATCH v2 0/1] platform/x86: asus-armoury: add power limits quirk for G614FM
From: Marco Scardovi
Date: Sat Sep 19 2026 - 01:17:16 EST
Hi Ilpo,
thanks for the review.
While working on some other models it gets tangled with the EXACT_MATCH
in this one too and did not notice. Some models contains both the "base"
version (like G614FM) and a minor upgraded version (like G614FM2 or
G614FM4: it's not that the case but we'll use it as reference): these
models have, sometimes, different Wattages on CPU/GPU so we can't use
the DMI_MATCH for these, as the 2/4 models would end up inside the
base model incorrectly.
Changes since v1:
- Use DMI_MATCH() instead of DMI_EXACT_MATCH()
- Place the entry with the other G614 models
- Fix indentation and field order to match neighbouring entries
- Set requires_fan_curve, as on the other G614 quirks
Link for v1:
https://lore.kernel.org/all/20260828065904.11355-1-scardracs@xxxxxxxxxxx/
Marco Scardovi (1):
platform/x86: asus-armoury: add power limits quirk for G614FM
drivers/platform/x86/asus-armoury.h | 32 +++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
--
2.55.0