Skip to content

Commit 487764a

Browse files
NeroReflexij-intel
authored andcommitted
asus-armoury: fix ppt data for GA403U* renaming to GA403UI
As some GA403U may have different limits restrict the DMI match to the specific GA403UI model. Fixes: 39ae6c5 ("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>
1 parent f5fc407 commit 487764a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ static const struct dmi_system_id power_limits[] = {
843843
},
844844
{
845845
.matches = {
846-
DMI_MATCH(DMI_BOARD_NAME, "GA403U"),
846+
DMI_MATCH(DMI_BOARD_NAME, "GA403UI"),
847847
},
848848
.driver_data = &(struct power_data) {
849849
.ac_data = &(struct power_limits) {

0 commit comments

Comments
 (0)