Add chassis vendor to TUXEDO string check

This commit is contained in:
Werner Sembach 2023-04-17 16:35:27 +02:00
parent 1f2944ee29
commit 3858c12f91

View file

@ -295,6 +295,11 @@ static const struct dmi_system_id tuxedo_dmi_string_match[] __initconst = {
DMI_MATCH(DMI_BOARD_VENDOR, "TUXEDO"),
},
},
{
.matches = {
DMI_MATCH(DMI_CHASSIS_VENDOR, "TUXEDO"),
},
},
{ }
};