wifi: iwlmvm: fw: Add new OEM vendor to tas approved list

JIRA: https://issues.redhat.com/browse/RHEL-19746

commit 8bbe27db8eb10a0f3650550a120fc535715d1463
Author: Matt Chen <matt.chen@intel.com>
Date:   Wed Oct 11 13:07:19 2023 +0300

    wifi: iwlmvm: fw: Add new OEM vendor to tas approved list
    
    Add new oem/odm pair to tas approved vendors list when specified by platform.
    
    Signed-off-by: Matt Chen <matt.chen@intel.com>
    Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
    Link: https://lore.kernel.org/r/20231011130030.a6f10aaae473.I65c3321535674bbc08d96200961a78fab5e7a09f@changeid
    Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
This commit is contained in:
Jose Ignacio Tornos Martinez 2024-02-01 15:29:48 +01:00
parent 33f39726f7
commit ceb4735674
1 changed files with 6 additions and 0 deletions

View File

@ -1101,6 +1101,12 @@ static const struct dmi_system_id dmi_tas_approved_list[] = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
},
},
{ .ident = "GOOGLE-HP",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
},
},
{ .ident = "MSI",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International Co., Ltd."),