mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add chassis vendor to TUXEDO string check
This commit is contained in:
parent
1f2944ee29
commit
3858c12f91
|
@ -295,6 +295,11 @@ static const struct dmi_system_id tuxedo_dmi_string_match[] __initconst = {
|
||||||
DMI_MATCH(DMI_BOARD_VENDOR, "TUXEDO"),
|
DMI_MATCH(DMI_BOARD_VENDOR, "TUXEDO"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_CHASSIS_VENDOR, "TUXEDO"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue