]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
asus-armoury: fix ppt data for GA403U* renaming to GA403UI
authorDenis Benato <denis.benato@linux.dev>
Sat, 3 Jan 2026 00:37:30 +0000 (01:37 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 5 Jan 2026 14:24:03 +0000 (16:24 +0200)
As some GA403U may have different limits restrict the DMI match to the
specific GA403UI model.

Fixes: 39ae6c50e599 ("platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs")
Signed-off-by: Denis Benato <denis.benato@linux.dev>
Link: https://patch.msgid.link/20260103003731.404383-3-denis.benato@linux.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/asus-armoury.h

index 8184107e565f01c4e5d83f743748b9a44205a812..774aa696be4e7da7ccf9d22abd61d369327aafa8 100644 (file)
@@ -843,7 +843,7 @@ static const struct dmi_system_id power_limits[] = {
        },
        {
                .matches = {
-                       DMI_MATCH(DMI_BOARD_NAME, "GA403U"),
+                       DMI_MATCH(DMI_BOARD_NAME, "GA403UI"),
                },
                .driver_data = &(struct power_data) {
                        .ac_data = &(struct power_limits) {